ItemMetaAllowWebEditOptions Property |
Gets or sets a value indicating if the system should display edit options for authenticated admin users in the WebView mode. An admin user's web edit option preference takes precedence.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool AllowWebEditOptions { get; set; }
Public Property AllowWebEditOptions As Boolean
Get
Set
public:
property bool AllowWebEditOptions {
bool get ();
void set (bool value);
}
member AllowWebEditOptions : bool with get, set
Property Value
Type:
Boolean
See Also