Click or drag to resize
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.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual Nullable<int> RequiresSSL { get; set; }

Property Value

Type: NullableInt32
See Also