Table of Contents

Class SfContentWorkspacePermission

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Library Permission

SObject Name: ContentWorkspacePermission

Custom Object: False

public class SfContentWorkspacePermission : SObject
Inheritance
SfContentWorkspacePermission
Inherited Members

Properties

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?

Description

Description

Name: Description

SF Type: textarea

Nillable: True

[JsonProperty(PropertyName = "description")]
public string Description { get; set; }

Property Value

string

Id

Library Permission ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

LastModifiedBy

ReferenceTo: User

RelationshipName: LastModifiedBy

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

Property Value

SfUser

LastModifiedById

Last Modified By ID

Name: LastModifiedById

SF Type: reference

Nillable: False

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

Property Value

string

LastModifiedDate

Last Modified Date

Name: LastModifiedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

Name

Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
public string Name { get; set; }

Property Value

string

PermissionsAddComment

Add Comment

Name: PermissionsAddComment

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsAddComment")]
public bool? PermissionsAddComment { get; set; }

Property Value

bool?

PermissionsAddContent

Add Content

Name: PermissionsAddContent

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsAddContent")]
public bool? PermissionsAddContent { get; set; }

Property Value

bool?

PermissionsAddContentOBO

Add Content on Behalf of Others

Name: PermissionsAddContentOBO

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsAddContentOBO")]
public bool? PermissionsAddContentOBO { get; set; }

Property Value

bool?

PermissionsArchiveContent

Archive Content

Name: PermissionsArchiveContent

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsArchiveContent")]
public bool? PermissionsArchiveContent { get; set; }

Property Value

bool?

PermissionsChatterSharing

Attach or Share Content

Name: PermissionsChatterSharing

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsChatterSharing")]
public bool? PermissionsChatterSharing { get; set; }

Property Value

bool?

PermissionsDeleteContent

Delete Content

Name: PermissionsDeleteContent

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsDeleteContent")]
public bool? PermissionsDeleteContent { get; set; }

Property Value

bool?

PermissionsDeliverContent

Deliver Content

Name: PermissionsDeliverContent

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsDeliverContent")]
public bool? PermissionsDeliverContent { get; set; }

Property Value

bool?

PermissionsFeatureContent

Feature Content

Name: PermissionsFeatureContent

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsFeatureContent")]
public bool? PermissionsFeatureContent { get; set; }

Property Value

bool?

PermissionsManageWorkspace

Manage Library

Name: PermissionsManageWorkspace

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsManageWorkspace")]
public bool? PermissionsManageWorkspace { get; set; }

Property Value

bool?

PermissionsModifyComments

Modify Comments

Name: PermissionsModifyComments

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsModifyComments")]
public bool? PermissionsModifyComments { get; set; }

Property Value

bool?

PermissionsOrganizeFileAndFolder

Organize File and Content Folder

Name: PermissionsOrganizeFileAndFolder

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsOrganizeFileAndFolder")]
public bool? PermissionsOrganizeFileAndFolder { get; set; }

Property Value

bool?

PermissionsTagContent

Tag Content

Name: PermissionsTagContent

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsTagContent")]
public bool? PermissionsTagContent { get; set; }

Property Value

bool?

PermissionsViewComments

View Comment

Name: PermissionsViewComments

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "permissionsViewComments")]
public bool? PermissionsViewComments { get; set; }

Property Value

bool?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

Type

Type

Name: Type

SF Type: picklist

Nillable: True

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

Property Value

string