This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets a value indicating whether public access (eg. using the querystring) is allowed.

Namespace: Smartsite.Web.Commands.Configuration
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
[("publicaccess", IsKey = false, IsRequired = false, 
	DefaultValue = true)]
public bool PublicAccess { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<("publicaccess", IsKey := False, IsRequired := False,  _
	DefaultValue := True)> _
Public Property PublicAccess As 
	Get
	Set

Field Value

The access.

See Also

Advanced