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 imageCopy Code
public enum SmartletPropertyEditableState
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration SmartletPropertyEditableState

Members

Member nameDescription
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
Advanced