Domain Members
The Domain type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a deep clone of this Domain with all collection items and
nested objects cloned, not shared. Safe for callers to mutate any property or item
without affecting the source. The cloned Domain is always unfrozen.
|
|
|
EnforceFreezeOnMutation |
Enforces the freeze by logging and optionally throwing if a property is being set
on a frozen instance. Called before each property mutation.
|
|
|
Freeze |
Freezes this Domain and all its nested freezable members (DomainPaths, ZonePaths,
TemplatePaths, Languages), preventing further mutations. Attempting to set properties
on a frozen Domain will either log a warning or throw an exception, depending on the
FreezeEnforceLevel appsetting.
|
|
|
GetParameters |
Retrieve the parameters required for the specified stored procedure
|
|
|
GetSQL |
Retrieves the SQL statement for the specified command name. Currently returns an empty string.
|
|
|
SetData |
Sets the data from the execution of the specified command name.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Attributes |
Gets or sets the attributes.
|
|
|
CreatedBy |
Gets or sets the created by.
|
|
|
CreatedDate |
Gets or sets the created date.
|
|
|
CustomPropertyControl |
Gets or sets the custom property control.
|
|
|
DomainID |
Gets or sets the domain identifier.
|
|
|
DomainPaths |
DomainPaths is null by default. Use GetDomainPaths method to fill.
|
|
|
FolderName |
Gets or sets the name of the folder.
|
|
|
IsActive |
Gets or sets a value indicating whether this instance is active.
|
|
|
IsFrozen |
Checks whether this Domain is frozen. Runtime-only flag — never serialized.
|
|
|
Languages |
Gets or sets the languages.
|
|
|
LanguagesActiveOnly |
Gets the languages active only.
|
|
|
LastModifiedBy |
Gets or sets the last modified by.
|
|
|
LastModifiedDate |
Gets or sets the last modified date.
|
|
|
Locked |
Gets or sets a value indicating whether this Domain is locked.
|
|
|
Name |
Gets or sets the name.
|
|
|
PrimaryUrlPath |
Gets or sets the primary URL path.
|
|
|
SearchIndexDirectory |
Gets or sets the search index directory.
|
|
|
SectionID |
Gets or sets the section identifier.
|
|
|
TemplatePaths |
Gets or sets the template paths.
|
|
|
ZonePaths |
Gets or sets the zone paths.
|

