Enum ClientType
Represents whether the repository is local or remote.
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum ClientType
Fields
| Name | Description |
|---|---|
| Local | The repository runs on the local machine. |
| Remote | The repository runs on a remote machine and communicates with web services. |