Table of Contents

Class SfContentFolderLink

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Content Folder Link

SObject Name: ContentFolderLink

Custom Object: False

public class SfContentFolderLink : SObject
Inheritance
SfContentFolderLink
Inherited Members

Properties

ReferenceTo: ContentFolder

RelationshipName: ContentFolder

[JsonProperty(PropertyName = "contentFolder")]
[Updateable(false)]
[Createable(false)]
public SfContentFolder ContentFolder { get; set; }

Property Value

SfContentFolder

Content Folder ID

Name: ContentFolderId

SF Type: reference

Nillable: False

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

Property Value

string

Enable Folder Status

Name: EnableFolderStatus

SF Type: picklist

Nillable: True

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

Property Value

string

Content Folder Link ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

Is Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }

Property Value

bool?

Parent Entity ID

Name: ParentEntityId

SF Type: reference

Nillable: False

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

Property Value

string
[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string