Enum enumTStorageType
Types of extensions storage
Namespace: CAMAPI.Extensions
Assembly: CAMAPI.Extensions.dll
Syntax
public enum enumTStorageType
Fields
| Name | Description |
|---|---|
| stAllUsers | Extensions affect on CAM instance for all users on computer and can be modified |
| stCurrentUser | Extensions affect on CAM instance for only current user and can be modified |
| stDealer | Extensions affect on CAM instance for only current user and cannot be modified |
| stDebugMode | Extensions affect on CAM instance for only current user in debug mode |
| stSystem | Default extensions affect on CAM instance for all users on computer and cannot be modified |
| stTestMode | Extensions affect on CAM instance for only tests |