Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IDocument.Author Property

Gets or sets a string representing the author of the document. Cannot be null.

string Author {get; set;}

Property Value

This is an arbitrary string intended for display to the user. Note: If this is not set, it will default to to the current user's username.

Exceptions

Exception Type Condition
InvalidOperationException The document has already been removed.

See Also

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