Click or drag to resize

IDocumentationBase Properties

The IDocumentationBase type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Gets or sets the Author attribute.
Public propertyChangedBy
Gets the name of the user who changed the object last.
(Inherited from IObject.)
Public propertyChangedOn
Gets the point of time the object was changed last.
(Inherited from IObject.)
Public propertyCompany
Gets or sets the Company attribute.
Public propertyCreatedBy
Gets the name of the user who created the object.
(Inherited from IObject.)
Public propertyCreatedOn
Gets the point of time the object was created.
(Inherited from IObject.)
Public propertyDescription
Gets or sets the object description. The description can be empty.
(Inherited from IObject.)
Public propertyDocumentationLogo
Gets or sets the File connected by a Logo relationship in Forward direction.
Public propertyDocumentationMarkupText
Gets or sets the Documentation Markup Text attribute.
Public propertyDocumentedPackages
Gets the collection of Package objects connected by a Documented Packages relationship in Forward direction.
Public propertyFolder
Gets the containing folder.
(Inherited from IObject.)
Public propertyFooterText
Gets or sets the Footer Text attribute.
Public propertyHeaderText
Gets or sets the Header Text attribute.
Public propertyId
Gets the object ID. The ID is generated by the platform and cannot be modified.
(Inherited from IObject.)
Public propertyIsAuthorAssigned
Gets or sets whether the Author attribute is assigned.
Public propertyIsCompanyAssigned
Gets or sets whether the Company attribute is assigned.
Public propertyIsDocumentationMarkupTextAssigned
Gets or sets whether the DocumentationMarkupText attribute is assigned.
Public propertyIsFooterTextAssigned
Gets or sets whether the FooterText attribute is assigned.
Public propertyIsHeaderTextAssigned
Gets or sets whether the HeaderText attribute is assigned.
Public propertyIsLocked
Indicates if the object is locked.
(Inherited from IObject.)
Public propertyIsPublishingPathAssigned
Gets or sets whether the PublishingPath attribute is assigned.
Public propertyIsValid
Indicates if the object instance is valid. The object becomes invalid if the Destroy method has been called.
(Inherited from IObject.)
Public propertyIsVersionAssigned
Gets or sets whether the Version attribute is assigned.
Public propertyLockedBy
Gets the name of the user who holds a lock on the object, empty string if the object is not locked.
(Inherited from IObject.)
Public propertyLockedOn
Gets the lock timestamp, if object is locked. DateTime.MinValue if not.
(Inherited from IObject.)
Public propertyName
Gets or sets the object name. The name cannot be an empty string. It is modifiable and does not have to be unique.
(Inherited from IObject.)
Public propertyObjType
Gets the object type.
(Inherited from IObject.)
Public propertyOverviewCharts
Gets the collection of Chart objects connected by a Overview Charts relationship in Forward direction.
Public propertyPublishingPath
Gets or sets the Publishing Path attribute.
Public propertyVersion
Gets or sets the Version attribute.
Top
See Also