Show / Hide Table of Contents

Class DBC.SPictureFolderFields

Fields for SPictureFolder, This table contains all picture folders

Inheritance
object
DBC.SPictureFolderFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.SPictureFolderFields

Fields

Description

SPictureFolder.Description: A description of the folder

Declaration
public const string Description = "description"
Field Value
Type Description
string

FolderType

SPictureFolder.FolderType: Indicates which type of folder this is

Declaration
public const string FolderType = "folder_type"
Field Value
Type Description
string

Name

SPictureFolder.Name: Name of folder

Declaration
public const string Name = "name"
Field Value
Type Description
string

ParentId

SPictureFolder.ParentId: The parent id for this folder. -1 for root folders

Declaration
public const string ParentId = "parent_id"
Field Value
Type Description
string

Registered

SPictureFolder.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

SPictureFolder.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

SPictureFolderId

SPictureFolder.SPictureFolderId: Primary key

Declaration
public const string SPictureFolderId = "id"
Field Value
Type Description
string

Updated

SPictureFolder.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

SPictureFolder.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

SPictureFolder.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top