IFolder Properties |
The IFolder type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangedBy |
The ID of the user who changed the folder last.
|
![]() | ChangedOn |
The point of time the folder was changed last.
|
![]() | CreatedBy |
The ID of the user who created the folder.
|
![]() | CreatedOn |
The point of time the folder was created.
|
![]() | Description |
The folder description. The description can be empty.
|
![]() | Id |
The folder ID. The ID is generated by the platform and
cannot be modified.
|
![]() | IsRootFolder |
Gets the information whether this is the repository
root folder or not.
|
![]() | IsValid |
Indicates if the folder instance is valid. The folder becomes
invalid if the Destroy method has been called.
|
![]() | Name |
The folder name. The name cannot be an empty string. It is
modifiable and does not have to be unique.
|
![]() | ParentFolder |
Gets the containing parent folder. Returns null
if this is the root folder.
|