ModuleClassInfoAllowChildrenUserAdd Property |
Gets a value indicating if the module allows adding of child items through the workspace, if the module is specified as item based.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<bool> AllowChildrenUserAdd { get; }
Public ReadOnly Property AllowChildrenUserAdd As Nullable(Of Boolean)
Get
public:
property Nullable<bool> AllowChildrenUserAdd {
Nullable<bool> get ();
}
member AllowChildrenUserAdd : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also