public class LocalUserManager : IPluginUserManagerProvider,
IPluginPublic Class LocalUserManager
Implements IPluginUserManagerProvider, IPluginpublic ref class LocalUserManager : IPluginUserManagerProvider,
IPlugintype LocalUserManager =
class
interface IPluginUserManagerProvider
interface IPlugin
end| LocalUserManager | Initializes a new instance of the LocalUserManager class |
| Assembly | |
| DefaultUserDirectory | Default directory of the user manager. This is the directory that is used when the user manager is selected. |
| IsAvailable | |
| Parent | |
| Path | |
| PluginDestination | |
| PluginEnabled | |
| Type | |
| UserManagerDescription | Description of the User Manager |
| UserManagerMoveableToLocal | If the current user manager can move files to the local user directory |
| UserManagerName | Name of the User Manager |
| UserManagerPriority | Priority of the user manager. Ranges from 0 to 100. The higher the number, the higher the priority. |
| ClearDirectory | Clears the directory of all files but does not delete the directory itself |
| CreateDirectory | Create a directory |
| CreateFile | Create a file |
| DeleteDirectory | Delete a directory |
| DeleteFile | Delete a file |
| DeleteFiles | Delete multiple files |
| DirectoryExists | Check if a directory exists |
| FileCopy | Copy a file |
| FileExists | Check if a file exists |
| GetFile | Return the file data of a file |
| GetFileNames(String) | |
| GetFileNames(String, String) | Get the file names of a directory |
| GetFiles | Get the file data of all files in a directory |
| GetLocalDirectory | Get the local directory of the user |
| GetSubDirectories | Get the subdirectories of a directory |
| GetUserManagerControl | |
| InitEvents | After loading the Plugin PCB-Investigator init all events and set the parent. |
| IsActionAllowed | Ast plugin for handling of special ID_ActionItem or registrated IDs. default is return false. |
| IsDirectory | Check if a path is a directory |
| MoveToUser | Move to the user directory |
| RenameFile | |
| RenameFolder | |
| ToString | (Overrides ObjectToString) |