Show / Hide Table of Contents

Class FileSystemPermissionVerifier

Inheritance
object
FileSystemPermissionVerifier
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public class FileSystemPermissionVerifier

Constructors

FileSystemPermissionVerifier(string)

Declaration
public FileSystemPermissionVerifier(string basePath)
Parameters
Type Name Description
string basePath

FileSystemPermissionVerifier(string, int)

Declaration
public FileSystemPermissionVerifier(string basePath, int retryTimes)
Parameters
Type Name Description
string basePath
int retryTimes

Properties

BasePath

Declaration
public string BasePath { get; }
Property Value
Type Description
string

Methods

VerifyAll()

Declaration
public bool VerifyAll()
Returns
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS