Table of Contents

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

SfContentWorkspace

ContentWorkspaceId

Library ID

Name: ContentWorkspaceId

SF Type: reference

Nillable: False

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

Property Value

string

ContentWorkspacePermission

ReferenceTo: ContentWorkspacePermission

RelationshipName: ContentWorkspacePermission

[JsonProperty(PropertyName = "contentWorkspacePermission")]
[Updateable(false)]
[Createable(false)]
public SfContentWorkspacePermission ContentWorkspacePermission { get; set; }

Property Value

SfContentWorkspacePermission

ContentWorkspacePermissionId

Library Permission ID

Name: ContentWorkspacePermissionId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "contentWorkspacePermissionId")]
public string ContentWorkspacePermissionId { get; set; }

Property Value

string

CreatedBy

ReferenceTo: User

RelationshipName: CreatedBy

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

Property Value

SfUser

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

string

CreatedDate

Created Date

Name: CreatedDate

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }

Property Value

DateTimeOffset?

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

string

MemberId

Member ID

Name: MemberId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "memberId")]
[Updateable(false)]
[Createable(true)]
public string MemberId { get; set; }

Property Value

string

MemberType

Member Type

Name: MemberType

SF Type: picklist

Nillable: True

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

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string