InsertDocumentFromURLDomain Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets the domain.

Namespace: ContentStudio.Site.ActiveScripting.Document
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string Domain { get; set; }

Property Value

Type: String
The domain. This property cannot be null (Nothing in Visual Basic). If you set this property to an empty string the value will not be changed.
The default value is http://localhost.
Exceptions

ExceptionCondition
ArgumentNullExceptionThe value cannot be null
UriFormatExceptionThe value is not a valid url
See Also

Reference