Table of Contents

Class SfContentVersionRating

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Content Version Rating

SObject Name: ContentVersionRating

Custom Object: False

public class SfContentVersionRating : SObject
Inheritance
SfContentVersionRating
Inherited Members

Properties

ContentVersion

ReferenceTo: ContentVersion

RelationshipName: ContentVersion

[JsonProperty(PropertyName = "contentVersion")]
[Updateable(false)]
[Createable(false)]
public SfContentVersion ContentVersion { get; set; }

Property Value

SfContentVersion

ContentVersionId

Version ID

Name: ContentVersionId

SF Type: reference

Nillable: False

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

Property Value

string

Id

ContentVersionRating ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { 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?

Rating

Rating

Name: Rating

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "rating")]
[Updateable(false)]
[Createable(false)]
public int? Rating { get; set; }

Property Value

int?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

User

ReferenceTo: User

RelationshipName: User

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

Property Value

SfUser

UserComment

User Comment

Name: UserComment

SF Type: textarea

Nillable: True

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

Property Value

string

UserId

User ID

Name: UserId

SF Type: reference

Nillable: False

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

Property Value

string