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 Code |
---|---|
[] public enum SmartletPropertyAccess |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Enumeration SmartletPropertyAccess |
Members
Member name | Description | |
---|---|---|
None |
No access.
| |
Read |
Read access.
| |
Write |
Write access.
| |
ReadWrite |
Read and write access.
|
See Also
Smartsite.Scf Namespace