ApiCore
Represents the ApiCore class.
Methods
Method | Returns | Description |
---|---|---|
GetCategory | string | Returns the document category. |
GetClassType | "core" | Returns a type of the ApiCore class. |
GetContentStatus | string | Returns the document content status. |
GetCreated | Date | Returns the document creation date. |
GetCreator | string | Returns the document author. |
GetDescription | string | Returns the document description. |
GetIdentifier | string | Returns the document identifier. |
GetKeywords | string | Returns the document keywords. |
GetLanguage | string | Returns the document language. |
GetLastModifiedBy | string | Returns the name of the user who last modified the document. |
GetLastPrinted | Date | Returns the date when the document was last printed. |
GetModified | Date | Returns the date when the document was last modified. |
GetRevision | string | Returns the document revision. |
GetSubject | string | Returns the document subject. |
GetTitle | string | Returns the document title. |
GetVersion | string | Returns the document version. |
SetCategory | None | Sets the document category. |
SetContentStatus | None | Sets the document content status. |
SetCreated | None | Sets the document creation date. |
SetCreator | None | Sets the document author. |
SetDescription | None | Sets the document description. |
SetIdentifier | None | Sets the document identifier. |
SetKeywords | None | Sets the document keywords. |
SetLanguage | None | Sets the document language. |
SetLastModifiedBy | None | Sets the name of the user who last modified the document. |
SetLastPrinted | None | Sets the date when the document was last printed. |
SetModified | None | Sets the date when the document was last modified. |
SetRevision | None | Sets the document revision. |
SetSubject | None | Sets the document subject. |
SetTitle | None | Sets the document title. |
SetVersion | None | Sets the document version. |