Folder Class |
Namespace: ConnectedApps.Cms.Entities
The Folder type exposes the following members.
Name | Description | |
---|---|---|
![]() | BreaksInheritance |
Gets a value indicating if the folder breaks from inheriting its parent's properties.
|
![]() | FolderId |
Gets a unique identifier for the folder.
|
![]() | HasChildren |
Gets a value indicating if the folder has child folders.
|
![]() | IsSystem |
Gets a value indicating the folder is a system folder and cannot be modified.
|
![]() | Name |
Gets the name of the folder.
|
![]() | ParentFolderId |
Gets the unique identifier for the parent folder. This value will be an empty Guid in the case of the root folder.
|
![]() | Path |
Gets the path of the folder's tree.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |