Click or drag to resize

IFolder Properties

The IFolder type exposes the following members.

Properties
  NameDescription
Public propertyChangedBy
The ID of the user who changed the folder last.
Public propertyChangedOn
The point of time the folder was changed last.
Public propertyCreatedBy
The ID of the user who created the folder.
Public propertyCreatedOn
The point of time the folder was created.
Public propertyDescription
The folder description. The description can be empty.
Public propertyId
The folder ID. The ID is generated by the platform and cannot be modified.
Public propertyIsRootFolder
Gets the information whether this is the repository root folder or not.
Public propertyIsValid
Indicates if the folder instance is valid. The folder becomes invalid if the Destroy method has been called.
Public propertyName
The folder name. The name cannot be an empty string. It is modifiable and does not have to be unique.
Public propertyParentFolder
Gets the containing parent folder. Returns null if this is the root folder.
Top
See Also