Table of Contents

Class SfSiteDetail

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Site Detail

SObject Name: SiteDetail

Custom Object: False

public class SfSiteDetail : SObject
Inheritance
SfSiteDetail
Inherited Members

Properties

DurableId

Site ID

Name: DurableId

SF Type: string

Nillable: True

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

Property Value

string

Id

Site Detail ID

Name: Id

SF Type: id

Nillable: False

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

Property Value

string

IsRegistrationEnabled

Self-Registration Enabled

Name: IsRegistrationEnabled

SF Type: boolean

Nillable: False

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

Property Value

bool?

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

SecureUrl

Secure Url

Name: SecureUrl

SF Type: url

Nillable: True

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

Property Value

string