Table of Contents

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

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SubscribedToUser

ReferenceTo: User

RelationshipName: SubscribedToUser

[JsonProperty(PropertyName = "subscribedToUser")]
[Updateable(false)]
[Createable(false)]
public SfUser SubscribedToUser { get; set; }

Property Value

SfUser

SubscribedToUserId

User ID

Name: SubscribedToUserId

SF Type: reference

Nillable: False

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

Property Value

string

SubscriberUser

ReferenceTo: User

RelationshipName: SubscriberUser

[JsonProperty(PropertyName = "subscriberUser")]
[Updateable(false)]
[Createable(false)]
public SfUser SubscriberUser { get; set; }

Property Value

SfUser

SubscriberUserId

User ID

Name: SubscriberUserId

SF Type: reference

Nillable: False

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

Property Value

string