Table of Contents

Class SfContentDistributionView

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Content Delivery View

SObject Name: ContentDistributionView

Custom Object: False

public class SfContentDistributionView : SObject
Inheritance
SfContentDistributionView
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

View Date

Name: CreatedDate

SF Type: datetime

Nillable: False

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

Property Value

DateTimeOffset?

Distribution

ReferenceTo: ContentDistribution

RelationshipName: Distribution

[JsonProperty(PropertyName = "distribution")]
[Updateable(false)]
[Createable(false)]
public SfContentDistribution Distribution { get; set; }

Property Value

SfContentDistribution

DistributionId

Content Delivery ID

Name: DistributionId

SF Type: reference

Nillable: False

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

Property Value

string

Id

Content Delivery View ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsDeleted

Deleted

Name: IsDeleted

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsDownload

File Downloaded

Name: IsDownload

SF Type: boolean

Nillable: False

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

Property Value

bool?

IsInternal

Internal View

Name: IsInternal

SF Type: boolean

Nillable: False

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

Property Value

bool?

ParentViewId

Content Delivery View ID

Name: ParentViewId

SF Type: reference

Nillable: True

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

Property Value

string

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?