IDMTokenRepositoryCreateOrReturnToken Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxDMToken CreateOrReturnToken(
string token,
string description,
Nullable<int> loginId,
Nullable<int> clientId,
string ip,
bool sysAdmin,
bool isStatic
)
Function CreateOrReturnToken (
token As String,
description As String,
loginId As Nullable(Of Integer),
clientId As Nullable(Of Integer),
ip As String,
sysAdmin As Boolean,
isStatic As Boolean
) As DMToken
DMToken^ CreateOrReturnToken(
String^ token,
String^ description,
Nullable<int> loginId,
Nullable<int> clientId,
String^ ip,
bool sysAdmin,
bool isStatic
)
abstract CreateOrReturnToken :
token : string *
description : string *
loginId : Nullable<int> *
clientId : Nullable<int> *
ip : string *
sysAdmin : bool *
isStatic : bool -> DMToken
function CreateOrReturnToken(token, description, loginId, clientId, ip, sysAdmin, 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