Class SecureWebPageDirectory

The SecureWebPageDirectory class represents a directory entry in the <secureWebPages> configuration section.

Inheritance
System.Object
SecureWebPageDirectory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Website.Ssl.Collections
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class SecureWebPageDirectory : SecureWebPageItem

Constructors

SecureWebPageDirectory()

Creates an instance with default values.

Declaration
public SecureWebPageDirectory()

SecureWebPageDirectory(String)

Creates an instance with an initial path value.

Declaration
public SecureWebPageDirectory(string path)
Parameters
Type Name Description
System.String path

The relative path to the directory or file.

SecureWebPageDirectory(String, SecurityType, Boolean)

Creates an instance with initial values.

Declaration
public SecureWebPageDirectory(string path, SecurityType secure, bool recurse)
Parameters
Type Name Description
System.String path

The relative path to the directory or file.

SecurityType secure

The security type.

System.Boolean recurse

if set to true, recurse thru directories.

Properties

Recurse

Gets or sets a flag indicating whether or not to include all files in any sub-directories when evaluating a request.

Declaration
public bool Recurse { get; set; }
Property Value
Type Description
System.Boolean