ContentTokenInfoBase - конструктор

Инициализирует новый экземпляр класса ContentTokenInfoBase

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public ContentTokenInfoBase(
	ContentTokenType type,
	string token,
	string scope,
	string caption,
	DateTime created,
	DateTime expires,
	Guid createdByID,
	Guid? refID,
	Guid? ref2ID,
	Guid? userID,
	byte[] hash
)

Параметры

type  ContentTokenType
 
token  String
 
scope  String
 
caption  String
 
created  DateTime
 
expires  DateTime
 
createdByID  Guid
 
refID  NullableGuid
 
ref2ID  NullableGuid
 
userID  NullableGuid
 
hash  Byte
 

См. также