IDMTokenRepositoryCreateOrReturnToken Method

Alterian Email Manager 6.2.3 SDK Help File

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
DMToken CreateOrReturnToken(
	string token,
	string description,
	Nullable<int> loginId,
	Nullable<int> clientId,
	string ip,
	bool sysAdmin,
	bool isStatic
)

Parameters

token
Type: SystemString
description
Type: SystemString
loginId
Type: SystemNullableInt32
clientId
Type: SystemNullableInt32
ip
Type: SystemString
sysAdmin
Type: SystemBoolean
isStatic
Type: SystemBoolean

Return Value

Type: DMToken
See Also