Attribution(String, ItemId, String, Boolean, Boolean, Boolean, FolderId) - конструктор |
Creates an instance with all values
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Attribution(
string id,
ItemId sourceId,
string displayName,
bool isWritable,
bool isQuickContact,
bool isHidden,
FolderId folderId
)
Public Sub New (
id As String,
sourceId As ItemId,
displayName As String,
isWritable As Boolean,
isQuickContact As Boolean,
isHidden As Boolean,
folderId As FolderId
)
public:
Attribution(
String^ id,
ItemId^ sourceId,
String^ displayName,
bool isWritable,
bool isQuickContact,
bool isHidden,
FolderId^ folderId
)
new :
id : string *
sourceId : ItemId *
displayName : string *
isWritable : bool *
isQuickContact : bool *
isHidden : bool *
folderId : FolderId -> Attribution
Параметры
- id
- Тип: SystemString
Attribution id - sourceId
- Тип: Tessa.Exchange.WebServices.DataItemId
Source Id - displayName
- Тип: SystemString
Display name - isWritable
- Тип: SystemBoolean
Whether writable - isQuickContact
- Тип: SystemBoolean
Wther quick contact - isHidden
- Тип: SystemBoolean
Whether hidden - folderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
Folder id
См. также