This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the access a thread has to the Site instance.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public enum SiteAccessType
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration SiteAccessType

Members

Member nameDescription
None
No access to the site instance.
Read
Read access to the site instance.
ReadWrite
Read and write access to the site instance.

See Also

Smartsite.Base Namespace
Advanced