DMTokenRepositoryCreateOrReturnToken Method
|
Alterian Email Manager 6.2.3 SDK Help File
Creates a new token
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMToken CreateOrReturnToken(
string token,
string description,
Nullable<int> loginId,
Nullable<int> clientId,
string ip,
bool sysAdmin,
bool isStatic
)
Public 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
public:
virtual DMToken^ CreateOrReturnToken(
String^ token,
String^ description,
Nullable<int> loginId,
Nullable<int> clientId,
String^ ip,
bool sysAdmin,
bool isStatic
) sealed
abstract CreateOrReturnToken :
token : string *
description : string *
loginId : Nullable<int> *
clientId : Nullable<int> *
ip : string *
sysAdmin : bool *
isStatic : bool -> DMToken
override 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
Token to create - description
- Type: SystemString
- loginId
- Type: SystemNullableInt32
- clientId
- Type: SystemNullableInt32
- ip
- Type: SystemString
IP address for the token - sysAdmin
- Type: SystemBoolean
If the token is a system administation token - isStatic
- Type: SystemBoolean
Return Value
Type:
DMTokenImplements
IDMTokenRepositoryCreateOrReturnToken(String, String, NullableInt32, NullableInt32, String, Boolean, Boolean)
See Also