Class SfContentUserSubscription
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Content User Subscription
SObject Name: ContentUserSubscription
Custom Object: False
public class SfContentUserSubscription : SObject
- Inheritance
-
SfContentUserSubscription
- Inherited Members
Properties
Id
ContentUserSubscription 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
SubscribedToUser
ReferenceTo: User
RelationshipName: SubscribedToUser
[JsonProperty(PropertyName = "subscribedToUser")]
[Updateable(false)]
[Createable(false)]
public SfUser SubscribedToUser { get; set; }
Property Value
SubscribedToUserId
User ID
Name: SubscribedToUserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "subscribedToUserId")]
[Updateable(false)]
[Createable(false)]
public string SubscribedToUserId { get; set; }
Property Value
SubscriberUser
ReferenceTo: User
RelationshipName: SubscriberUser
[JsonProperty(PropertyName = "subscriberUser")]
[Updateable(false)]
[Createable(false)]
public SfUser SubscriberUser { get; set; }
Property Value
SubscriberUserId
User ID
Name: SubscriberUserId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "subscriberUserId")]
[Updateable(false)]
[Createable(false)]
public string SubscriberUserId { get; set; }