|  | TransferPaths Enumeration | 
 
            The different kinds of paths, selectable for a Bench environment transfer.
            
 
    Namespace: 
   Mastersign.Bench
    Assembly:
   BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
 Syntax
Syntax[FlagsAttribute]
public enum TransferPaths
<FlagsAttribute>
Public Enumeration TransferPaths
 Members
Members|  | Member name | Value | Description | 
|---|
|  | System | 0 | The Bench system files. | 
|  | UserConfiguration | 1 | The directory with the user configuration and the user app library. | 
|  | HomeDirectory | 2 | The home directory with the settings and user profile files. | 
|  | ProjectDirectory | 4 | The directory with the projects. | 
|  | AppLibraries | 48 | The loaded app libraries. | 
|  | RequiredAppResourceCache | 256 | The cached resources of the required apps. | 
|  | AppResourceCache | 768 | The cached resources of all apps. | 
|  | RequiredApps | 4352 | The required apps as cached and installed. | 
|  | Apps | 13056 | All apps as cached and installed. | 
|  | All | 65535 | The complete Bench environment. | 
 See Also
See Also