Click or drag to resize
SocialFolder Class
Inheritance Hierarchy
SystemObject
  DbObject
    Dynamicweb.Content.SocialSocialFolder

Namespace: Dynamicweb.Content.Social
Assembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax
public class SocialFolder : DbObject

The SocialFolder type exposes the following members.

Constructors
  NameDescription
Public methodSocialFolder
Initializes a new instance of the SocialFolder class.
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyName
Public propertyParentId
Public propertyTopFolderId
Public propertyTransaction (Inherited from DbObject.)
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill (Overrides DbObject.Fill(IDataReader).)
Protected methodFillRow (Overrides DbObject.FillRow(DataRow).)
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Public fieldStatic memberSMP_SYSTEM_FOLDER_DRAFTS Obsolete.
The name for system folder "Drafts"
Public fieldStatic memberSMP_SYSTEM_FOLDER_PUBLISHED Obsolete.
The name for system folder "Published"
Public fieldStatic memberSMP_SYSTEM_FOLDER_SCHEDULED Obsolete.
The name for system folder "Scheduled"
Top
See Also