Public_User_Folder Constructor (Int32, String, String, Int32, String, String, String, String, Boolean)
Constructor for a new instance of the Public_User_Folder class
Namespace: SobekCM.Core.UsersAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public Public_User_Folder(
int UserFolderID,
string FolderName,
string FolderDescription,
int UserID,
string FirstName,
string LastName,
string Nickname,
string Email,
bool IsPublic
) |
Parameters
- UserFolderID
- Type: System..::..Int32
Primary key for this user folder
- FolderName
- Type: System..::..String
Name of this folder
- FolderDescription
- Type: System..::..String
Description of this folder
- UserID
- Type: System..::..Int32
Primary key for the owner of this folder
- FirstName
- Type: System..::..String
First name of the owner of this folder
- LastName
- Type: System..::..String
Last name of the owner of this folder
- Nickname
- Type: System..::..String
Nickname of the owner of this folder
- Email
- Type: System..::..String
Email address for the owner of this folder
- IsPublic
- Type: System..::..Boolean
Flag indicates if this folder is actually public
Remarks
See Also