This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The SiteAccess class manager Read and Write access to the Site instance. Anyone that wishes to use the Site should require Read access to Site instance to avoid the risk of the Site being updated while you are using it. Once Read or Write access has been obtained, it should always be released within a small amount of time to avoid starvation of processes that need write access to the site.

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

Syntax

C#Copy imageCopy Code
public static class SiteAccess
Visual Basic (Declaration)Copy imageCopy Code
Public NotInheritable Class SiteAccess

Inheritance Hierarchy

System..::..Object
  Smartsite.Base..::..SiteAccess

See Also

SiteAccess Members
Smartsite.Base Namespace
Advanced