This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines if a Smartlet property is editable, and by whom.
Namespace: Smartsite.Scf
Assembly: Smartsite.Scf (in Smartsite.Scf.dll)
Syntax
C# | Copy Code |
---|---|
public enum SmartletPropertyEditableState |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration SmartletPropertyEditableState |
Members
Member name | Description | |
---|---|---|
False |
Property is not editable with SmartletEditor.
| |
True |
Property is editable with SmartletEditor for all users.
| |
Advanced |
Property is editable with SmartletEditor for users with privilege Advanced Smartlet Editor
|
See Also
Smartsite.Scf Namespace