Table of Contents

Class SfContentVersionComment

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Content Version Comment

SObject Name: ContentVersionComment

Custom Object: False

public class SfContentVersionComment : SObject
Inheritance
SfContentVersionComment
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(false)]
public string ContentDocumentId { get; set; }

Property Value

string

ContentVersion

ReferenceTo: ContentVersion

RelationshipName: ContentVersion

[JsonProperty(PropertyName = "contentVersion")]
[Updateable(false)]
[Createable(false)]
public SfContentVersion ContentVersion { get; set; }

Property Value

SfContentVersion

ContentVersionId

ContentVersion ID

Name: ContentVersionId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "contentVersionId")]
[Updateable(false)]
[Createable(false)]
public string ContentVersionId { 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

ContentVersionComment ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

UserComment

Version Comment

Name: UserComment

SF Type: textarea

Nillable: True

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

Property Value

string