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
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
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
SecureUrl
Secure Url
Name: SecureUrl
SF Type: url
Nillable: True
[JsonProperty(PropertyName = "secureUrl")]
[Updateable(false)]
[Createable(false)]
public string SecureUrl { get; set; }