Table of Contents

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

SfUser

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

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

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

string

Description

Description

Name: Description

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "description")]
public string Description { get; set; }

Property Value

string

DeveloperName

Unique Name

Name: DeveloperName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "developerName")]
public string DeveloperName { get; set; }

Property Value

string

Id

Library ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

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

SfUser

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

string

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

DateTimeOffset?

LastWorkspaceActivityDate

Last Activity

Name: LastWorkspaceActivityDate

SF Type: datetime

Nillable: True

[JsonProperty(PropertyName = "lastWorkspaceActivityDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastWorkspaceActivityDate { get; set; }

Property Value

DateTimeOffset?

Name

Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
public string Name { get; set; }

Property Value

string

NamespacePrefix

Namespace Prefix

Name: NamespacePrefix

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }

Property Value

string

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

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

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

DateTimeOffset?

TagModel

Tag Model

Name: TagModel

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "tagModel")]
[Updateable(false)]
[Createable(false)]
public string TagModel { get; set; }

Property Value

string

WorkspaceImage

ReferenceTo: ContentAsset

RelationshipName: WorkspaceImage

[JsonProperty(PropertyName = "workspaceImage")]
[Updateable(false)]
[Createable(false)]
public SfContentAsset WorkspaceImage { get; set; }

Property Value

SfContentAsset

WorkspaceImageId

Asset File ID

Name: WorkspaceImageId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "workspaceImageId")]
public string WorkspaceImageId { get; set; }

Property Value

string

WorkspaceType

Library Type

Name: WorkspaceType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "workspaceType")]
[Updateable(false)]
[Createable(false)]
public string WorkspaceType { get; set; }

Property Value

string