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
ContentWorkspaceId
Workspace ID
Name: ContentWorkspaceId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentWorkspaceId")]
[Updateable(false)]
[Createable(false)]
public string ContentWorkspaceId { get; set; }
Property Value
Id
ContentWorkspaceSubscription 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
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; }