K2 Server APIs and Services
This section covers APIs and Services that are used to interact with a K2 server at runtime.
K2 client API .DLLs that you reference (such as HostClientApi.dll, SmartObject.Client.dll and the Workflow client API), are thread safe.
If you open a connection with the API, you should close and dispose of the connection object.
If you open a connection with the API, you should close and dispose of the connection object.
Technology | Available interfaces | Typical use and additional notes |
---|---|---|
.NET Assemblies | SourceCode.Security.UserRoleManager.Management | Exposes methods used to manage the Users and Roles on a K2 Server |