User_Folder Class
Represents a single folder in the folder hierarchy for this user
Namespace: SobekCM.Core.UsersAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[DataContractAttribute]
public class User_Folder |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| User_Folder | Constructor for a new instance of the User_Folder class |
Methods
Fields
| Name | Description |
---|
| Folder_ID | Readonly field stores the primary key to this folder |
| Folder_Name | Readonly field stores the name of this folder |
Properties
| Name | Description |
---|
| Child_Count | Gets the number of children folders under this folder |
| Children | Collection of the children folders under this folder |
| Folder_Name_Encoded | Gets the folder name with some of the special characters encoded for HTML |
| IsPublic | Flag indicates if this folder is public |
See Also