This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartlet property access settings for Client and Server.

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

Syntax

C#Copy imageCopy Code
[]
public enum SmartletPropertyAccess
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Enumeration SmartletPropertyAccess

Members

Member nameDescription
None
No access.
Read
Read access.
Write
Write access.
ReadWrite
Read and write access.

See Also

Smartsite.Scf Namespace
Advanced