mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://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

Public_User_Folder Class



This represents the public folder for a user for display by any user.


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

System..::..Object
  SobekCM.Core.Users..::..Public_User_Folder

Constructors

  NameDescription
Public methodPublic_User_Folder(Boolean)
Constructor for a new instance of the Public_User_Folder class
Public methodPublic_User_Folder(Int32, String, String, Int32, String, String, String, String, Boolean)
Constructor for a new instance of the Public_User_Folder class

Fields

  NameDescription
Public fieldEmail
Readonly fields contains the email address for the owner of this folder
Public fieldFirstName
Readonly fields contains the first name for the owner of this folder
Public fieldFolderDescription
Readonly fields contains the description for this folder
Public fieldFolderName
Readonly fields contains the name of this folder
Public fieldIsPublic
Readonly fields contains flag indicating if this folder is public
Public fieldLastName
Readonly fields contains the last name for the owner of this folder
Public fieldName
Display name for the owner of this public folder
Public fieldNickname
Readonly fields contains the nickname for the owner of this folder
Public fieldUserFolderID
Readonly fields contains the primary key for this user folder
Public fieldUserID
Readonly fields contains the primary key for this owner of this folder

See Also



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