TreeNodeRequiresSSL Property |
Indicates if this node requires SSL protocol. The 'null' value means that the value is inherited from the parent node.
0 - Do not require SSL protocol
1 - Require SSL protocol
2 - Never require SSL protocol
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public virtual Nullable<int> RequiresSSL { get; set; }
Property Value
Type:
NullableInt32See Also