DMTokenRepositoryCreateOrReturnToken Method

Alterian Email Manager 6.2.3 SDK Help File
Creates a new token

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

Syntax
public DMToken CreateOrReturnToken(
	string token,
	string description,
	Nullable<int> loginId,
	Nullable<int> clientId,
	string ip,
	bool sysAdmin,
	bool 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: DMToken

Implements

IDMTokenRepositoryCreateOrReturnToken(String, String, NullableInt32, NullableInt32, String, Boolean, Boolean)
See Also