Click or drag to resize
ProjectDocument Properties

The ProjectDocument type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Returns a collection of dynamic attributes attached to the object
(Inherited from ProjectObject.)
Public propertyAvailable
Returns true if the document can be accessed.
Public propertyChildren
Enumerates all child objects.
(Inherited from ProjectObject.)
Public propertyComment
Gets or sets a comment for the document.
Public propertyContainingProject
Returns the Project that this object is a part of, or null if it is not part of a Project.
(Inherited from ProjectObject.)
Public propertyDisplayName
Gets the name of the the object that should be displayed in the GUI.
(Inherited from ProjectObject.)
Public propertyFlags
Gets or sets the document flags.
Public propertyLastChange
Gets the last time the document was modified.
Public propertyName
Gets or sets the name of the object
(Inherited from ProjectObject.)
Public propertyParent
Returns the objects parent, if it has one.
(Inherited from ProjectObject.)
Public propertySize
Gets the size (in bytes) of this document.
Public propertyType
Gets the type of document.
Public propertyTypeDisplayName
Gets a localized name for the type of this object.
(Inherited from ProjectObject.)
Public propertyUIVisible
Gets or sets a value that indicates if this object should be displayed in GUI such as an object browser.
(Inherited from ProjectObject.)
Public propertyUniqueId
Gets a persisted, globally unique identifier for this object, that can be used to find the object using the GetObjectFromUniqueId(String) method.
(Inherited from ProjectObject.)
Public propertyUrl
Gets or sets the URL of the document. For a file or folder reference, this is a file system path.
Top
See Also