Table of Contents

Class SfContentWorkspaceDoc

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Library Document

SObject Name: ContentWorkspaceDoc

Custom Object: False

public class SfContentWorkspaceDoc : SObject
Inheritance
SfContentWorkspaceDoc
Inherited Members

Properties

ContentDocument

ReferenceTo: ContentDocument

RelationshipName: ContentDocument

[JsonProperty(PropertyName = "contentDocument")]
[Updateable(false)]
[Createable(false)]
public SfContentDocument ContentDocument { get; set; }

Property Value

SfContentDocument

ContentDocumentId

ContentDocument ID

Name: ContentDocumentId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "contentDocumentId")]
[Updateable(false)]
[Createable(true)]
public string ContentDocumentId { get; set; }

Property Value

string

ContentWorkspace

ReferenceTo: ContentWorkspace

RelationshipName: ContentWorkspace

[JsonProperty(PropertyName = "contentWorkspace")]
[Updateable(false)]
[Createable(false)]
public SfContentWorkspace ContentWorkspace { get; set; }

Property Value

SfContentWorkspace

ContentWorkspaceId

Library ID

Name: ContentWorkspaceId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "contentWorkspaceId")]
[Updateable(false)]
[Createable(true)]
public string ContentWorkspaceId { 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?

Id

Library Document ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Is Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

IsOwner

Is Owning Library

Name: IsOwner

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isOwner")]
[Updateable(false)]
[Createable(false)]
public bool? IsOwner { get; set; }

Property Value

bool?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

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?