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
ContentDocumentId
ContentDocument ID
Name: ContentDocumentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentDocumentId")]
[Updateable(false)]
[Createable(true)]
public string ContentDocumentId { get; set; }
Property Value
ContentWorkspace
ReferenceTo: ContentWorkspace
RelationshipName: ContentWorkspace
[JsonProperty(PropertyName = "contentWorkspace")]
[Updateable(false)]
[Createable(false)]
public SfContentWorkspace ContentWorkspace { get; set; }
Property Value
ContentWorkspaceId
Library ID
Name: ContentWorkspaceId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentWorkspaceId")]
[Updateable(false)]
[Createable(true)]
public string ContentWorkspaceId { 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
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
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
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }