Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument.ContentType Property

Gets a string representing the content type of the document.

string ContentType {get; set;}

Property Value

The content type is a MIME type, such as text/plain. Cannot be null.

Exceptions

Exception Type Condition
InvalidOperationException The document has not yet been inserted or has already been removed.

See Also

IDocument Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace