Version

DocumentProperties Class Members

The following tables list the members exposed by DocumentProperties.

Public Constructors
 NameDescription
Public ConstructorDocumentProperties Constructor  
Public Properties
 NameDescription
Public PropertyAuthorGets or sets the author of the document.  
Public PropertyCategoryGets or sets the category of the document.  
Public PropertyCommentsGets or sets the comments associated with the document.  
Public PropertyCompanyGets or sets the company to which the document belongs.  
Public PropertyCreatedGets or sets the date and time when the document was first created.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyKeywordsGets or sets the keywords which describe the document.  
Public PropertyLastModifiedGets or sets the date and time when the document was last modified.  
Public PropertyLastModifiedByGets or sets the user who last modified the document. If null, the current user, if accessible, will be used when saving.  
Public PropertyManagerGets or sets the manager associated with the document.  
Public PropertyStatusGets or sets the current status of the document.  
Public PropertySubjectGets or sets the subject of the contents of the document.  
Public PropertyTitleGets or sets the title of the document.  
Public Methods
 NameDescription
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public Events
 NameDescription
Public EventPropertyChangedOcuurs after a property value has changed  
See Also