Class FileSystemPermissionVerifier
Verifies the abililty to create and delete files and folders.
Inheritance
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public class FileSystemPermissionVerifier : object
Remarks
This class is not meant for use in modules, or in any other manner outside the DotNetNuke core.
Constructors
| Improve this Doc View SourceFileSystemPermissionVerifier(String, Int32)
Initializes a new instance of the FileSystemPermissionVerifier class.
Declaration
public FileSystemPermissionVerifier(string basePath, int retryTimes)
Parameters
Type | Name | Description |
---|---|---|
System.String | basePath | |
System.Int32 | retryTimes |
Remarks
This class is not meant for use in modules, or in any other manner outside the DotNetNuke core.
FileSystemPermissionVerifier(String)
Initializes a new instance of the FileSystemPermissionVerifier class.
Declaration
public FileSystemPermissionVerifier(string basePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | basePath |
Remarks
This class is not meant for use in modules, or in any other manner outside the DotNetNuke core.
Properties
| Improve this Doc View SourceBasePath
Gets base path need to verify permission.
Declaration
public string BasePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This class is not meant for use in modules, or in any other manner outside the DotNetNuke core.
Methods
| Improve this Doc View SourceVerifyAll()
Verifies the abililty to create and delete files and folders.
Declaration
public bool VerifyAll()
Returns
Type | Description |
---|---|
System.Boolean |
Remarks
This class is not meant for use in modules, or in any other manner outside the DotNetNuke core.