SetValues(IHasCredentials target, int? environmentId, int? applicationId) Method

Applies the values from the IHasCredentials<TCredentials> to the specified target.

Syntax

public static void SetValues(IHasCredentials target, int? environmentId, int? applicationId)

Parameters

target
Type: IHasCredentials

The target object.

environmentId
Type: int?

The current environment in context.

applicationId
Type: int?

The current application in context.