lc.foundation 包中包含用于处理 Document Server 常见的会话、用户、组和首选参数的实现和类。
接口
| 接口 | 说明 | |
|---|---|---|
| IManager | The IManager interface is implemented to expose operations and properties related to the Document Server session. | |
| IPreferencesManager | The IPreferencesManagerinterface is implemented to manage the various preferences that the user has access to. | |
| ISessionManager | The ISessionManager interface is implemented to expose operations and properties related to the Document Server session. | |
| IUserManager | The IUserManager interface contains methods for finding users and groups. | 
类
| 类 | 说明 | |
|---|---|---|
| PreferencesManager | The PreferencesManager class is the standard implementation of the ISessionManager interface. | |
| SessionManager | The SessionManager class is the standard implementation of the ISessionManager interface. | |
| UserManager | The UserManager class is the standard implementation of the IUserManager interface. | 
Tue Jun 12 2018, 11:18 AM Z