Click or drag to resize
DocumentNodeDataInfoIsSecuredNode Property
Indicates if the security should be checked for this node. The 'null' value means that the value is inherited from the parent node.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public Nullable<bool> IsSecuredNode { get; set; }

Property Value

Type: NullableBoolean
See Also