Class SfContentWorkspace
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Library
SObject Name: ContentWorkspace
Custom Object: False
public class SfContentWorkspace : SObject
- Inheritance
-
SfContentWorkspace
- Inherited Members
Properties
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
DefaultRecordTypeId
Record Type ID
Name: DefaultRecordTypeId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "defaultRecordTypeId")]
[Updateable(false)]
[Createable(false)]
public string DefaultRecordTypeId { get; set; }
Property Value
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
DeveloperName
Unique Name
Name: DeveloperName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "developerName")]
public string DeveloperName { get; set; }
Property Value
Id
Library ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsRestrictContentTypes
Restrict Record Types
Name: IsRestrictContentTypes
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isRestrictContentTypes")]
[Updateable(false)]
[Createable(false)]
public bool? IsRestrictContentTypes { get; set; }
Property Value
- bool?
IsRestrictLinkedContentTypes
Restrict Linked Record Types
Name: IsRestrictLinkedContentTypes
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isRestrictLinkedContentTypes")]
[Updateable(false)]
[Createable(false)]
public bool? IsRestrictLinkedContentTypes { get; set; }
Property Value
- bool?
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
LastWorkspaceActivityDate
Last Activity
Name: LastWorkspaceActivityDate
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "lastWorkspaceActivityDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastWorkspaceActivityDate { get; set; }
Property Value
Name
Name
Name: Name
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
NamespacePrefix
Namespace Prefix
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
RootContentFolderId
Content Folder ID
Name: RootContentFolderId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "rootContentFolderId")]
[Updateable(false)]
[Createable(false)]
public string RootContentFolderId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
ShouldAddCreatorMembership
Add Creator Membership
Name: ShouldAddCreatorMembership
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "shouldAddCreatorMembership")]
[Updateable(false)]
[Createable(true)]
public bool? ShouldAddCreatorMembership { get; set; }
Property Value
- bool?
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
TagModel
Tag Model
Name: TagModel
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "tagModel")]
[Updateable(false)]
[Createable(false)]
public string TagModel { get; set; }
Property Value
WorkspaceImage
ReferenceTo: ContentAsset
RelationshipName: WorkspaceImage
[JsonProperty(PropertyName = "workspaceImage")]
[Updateable(false)]
[Createable(false)]
public SfContentAsset WorkspaceImage { get; set; }
Property Value
WorkspaceImageId
Asset File ID
Name: WorkspaceImageId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "workspaceImageId")]
public string WorkspaceImageId { get; set; }
Property Value
WorkspaceType
Library Type
Name: WorkspaceType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "workspaceType")]
[Updateable(false)]
[Createable(false)]
public string WorkspaceType { get; set; }