Class SfContentDocumentSubscription
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Content Document Subscription
SObject Name: ContentDocumentSubscription
Custom Object: False
public class SfContentDocumentSubscription : SObject
- Inheritance
-
SfContentDocumentSubscription
- Inherited Members
Properties
ContentDocument
ReferenceTo: ContentDocument
RelationshipName: ContentDocument
[JsonProperty(PropertyName = "contentDocument")]
[Updateable(false)]
[Createable(false)]
public SfContentDocument ContentDocument { get; set; }
Property Value
ContentDocumentId
Document ID
Name: ContentDocumentId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentDocumentId")]
[Updateable(false)]
[Createable(false)]
public string ContentDocumentId { get; set; }
Property Value
Id
ContentDocumentSubscription ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsCommentSub
Is Comment Subscription
Name: IsCommentSub
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isCommentSub")]
[Updateable(false)]
[Createable(false)]
public bool? IsCommentSub { get; set; }
Property Value
- bool?
IsDocumentSub
Is Document Subscription
Name: IsDocumentSub
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDocumentSub")]
[Updateable(false)]
[Createable(false)]
public bool? IsDocumentSub { get; set; }
Property Value
- bool?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
User
ReferenceTo: User
RelationshipName: User
[JsonProperty(PropertyName = "user")]
[Updateable(false)]
[Createable(false)]
public SfUser User { get; set; }
Property Value
UserId
User ID
Name: UserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "userId")]
[Updateable(false)]
[Createable(false)]
public string UserId { get; set; }