Table of Contents

Class SfContentWorkspaceSubscription

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Content Workspace Subscription

SObject Name: ContentWorkspaceSubscription

Custom Object: False

public class SfContentWorkspaceSubscription : SObject
Inheritance
SfContentWorkspaceSubscription
Inherited Members

Properties

ContentWorkspace

ReferenceTo: ContentWorkspace

RelationshipName: ContentWorkspace

[JsonProperty(PropertyName = "contentWorkspace")]
[Updateable(false)]
[Createable(false)]
public SfContentWorkspace ContentWorkspace { get; set; }

Property Value

SfContentWorkspace

ContentWorkspaceId

Workspace ID

Name: ContentWorkspaceId

SF Type: reference

Nillable: False

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

Property Value

string

Id

ContentWorkspaceSubscription 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

User

ReferenceTo: User

RelationshipName: User

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

Property Value

SfUser

UserId

User ID

Name: UserId

SF Type: reference

Nillable: False

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

Property Value

string