FolderPermission(UserId, FolderPermissionLevel) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public FolderPermission(
UserId userId,
FolderPermissionLevel permissionLevel
)
Public Sub New (
userId As UserId,
permissionLevel As FolderPermissionLevel
)
public:
FolderPermission(
UserId^ userId,
FolderPermissionLevel permissionLevel
)
new :
userId : UserId *
permissionLevel : FolderPermissionLevel -> FolderPermission
Параметры
- userId
- Тип: Tessa.Exchange.WebServices.DataUserId
The Id of the user the permission applies to. - permissionLevel
- Тип: Tessa.Exchange.WebServices.DataFolderPermissionLevel
The level of the permission.
См. также