The FolderProvider type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsStorageSecure |
Gets a value indicating if the provider ensures the files/folders it manages are secure from outside access.
| |
| RequiresNetworkConnectivity |
Gets a value indicating if the provider requires network connectivity to do its tasks.
| |
| SupportsMappedPaths |
Indicates if the folder provider supports mapped paths when creating new folders
| |
| SupportsMoveFile |
Gets a value indicating whether the provider supports the MoveFile method. If a provider supports the MoveFile method, the
folder manager does nt have to implement move by copying the file and then deleting the original.
| |
| SupportsMoveFolder |
Gets a value indicating whether the provider supports the MoveFolder method. If a provider supports the MoveFolder method, the
folder manager does not have to implement move by copying the folder and then deleting the original.
|