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
ContentDocumentId
ContentDocument ID
Name: ContentDocumentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentDocumentId")]
[Updateable(false)]
[Createable(false)]
public string ContentDocumentId { get; set; }
Property Value
ContentVersion
ReferenceTo: ContentVersion
RelationshipName: ContentVersion
[JsonProperty(PropertyName = "contentVersion")]
[Updateable(false)]
[Createable(false)]
public SfContentVersion ContentVersion { get; set; }
Property Value
ContentVersionId
ContentVersion ID
Name: ContentVersionId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentVersionId")]
[Updateable(false)]
[Createable(false)]
public string ContentVersionId { 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
ContentVersionComment ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
UserComment
Version Comment
Name: UserComment
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "userComment")]
[Updateable(false)]
[Createable(false)]
public string UserComment { get; set; }