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 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