The FolderProvider type exposes the following members.

Properties

  NameDescription
Public propertyIsStorageSecure
Gets a value indicating if the provider ensures the files/folders it manages are secure from outside access.
Public propertyRequiresNetworkConnectivity
Gets a value indicating if the provider requires network connectivity to do its tasks.
Public propertySupportsMappedPaths
Indicates if the folder provider supports mapped paths when creating new folders
Public propertySupportsMoveFile
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.
Public propertySupportsMoveFolder
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.

See Also