mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='https://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='https://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='https://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='https://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='https://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Users >> Public_User_Folder >> Constructors >> Constructor (Int32, String, String, Int32, String, String, String, String, Boolean)

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.Users
Assembly: 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

This constructor is used when a folder is reqeuested publicly which then turns out to be private

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )