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
ContentFolder
ReferenceTo: ContentFolder
RelationshipName: ContentFolder
[JsonProperty(PropertyName = "contentFolder")]
[Updateable(false)]
[Createable(false)]
public SfContentFolder ContentFolder { get; set; }
Property Value
ContentFolderId
Content Folder ID
Name: ContentFolderId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "contentFolderId")]
[Updateable(false)]
[Createable(false)]
public string ContentFolderId { get; set; }
Property Value
EnableFolderStatus
Enable Folder Status
Name: EnableFolderStatus
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "enableFolderStatus")]
[Updateable(false)]
[Createable(false)]
public string EnableFolderStatus { get; set; }
Property Value
Id
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
IsDeleted
Is Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
ParentEntityId
Parent Entity ID
Name: ParentEntityId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "parentEntityId")]
[Updateable(false)]
[Createable(false)]
public string ParentEntityId { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }