Class SfContentWorkspaceMember
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Library Member
SObject Name: ContentWorkspaceMember
Custom Object: False
public class SfContentWorkspaceMember : SObject
- Inheritance
-
SfContentWorkspaceMember
- Inherited Members
Properties
ContentWorkspace
ReferenceTo: ContentWorkspace
RelationshipName: ContentWorkspace
[JsonProperty(PropertyName = "contentWorkspace")]
[Updateable(false)]
[Createable(false)]
public SfContentWorkspace ContentWorkspace { get; set; }
Property Value
ContentWorkspaceId
Library ID
Name: ContentWorkspaceId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentWorkspaceId")]
[Updateable(false)]
[Createable(true)]
public string ContentWorkspaceId { get; set; }
Property Value
ContentWorkspacePermission
ReferenceTo: ContentWorkspacePermission
RelationshipName: ContentWorkspacePermission
[JsonProperty(PropertyName = "contentWorkspacePermission")]
[Updateable(false)]
[Createable(false)]
public SfContentWorkspacePermission ContentWorkspacePermission { get; set; }
Property Value
ContentWorkspacePermissionId
Library Permission ID
Name: ContentWorkspacePermissionId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "contentWorkspacePermissionId")]
public string ContentWorkspacePermissionId { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Id
Library Member ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
MemberId
Member ID
Name: MemberId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "memberId")]
[Updateable(false)]
[Createable(true)]
public string MemberId { get; set; }
Property Value
MemberType
Member Type
Name: MemberType
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "memberType")]
[Updateable(false)]
[Createable(false)]
public string MemberType { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }