Public_User_Folder Class
This represents the public folder for a user for display by any 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 Public_User_Folder |
Inheritance Hierarchy
Constructors
Fields
| Name | Description |
---|
| Email | Readonly fields contains the email address for the owner of this folder |
| FirstName | Readonly fields contains the first name for the owner of this folder |
| FolderDescription | Readonly fields contains the description for this folder |
| FolderName | Readonly fields contains the name of this folder |
| IsPublic | Readonly fields contains flag indicating if this folder is public |
| LastName | Readonly fields contains the last name for the owner of this folder |
| Name | Display name for the owner of this public folder |
| Nickname | Readonly fields contains the nickname for the owner of this folder |
| UserFolderID | Readonly fields contains the primary key for this user folder |
| UserID | Readonly fields contains the primary key for this owner of this folder |
See Also