Click or drag to resize

InternalServiceGetOneTimeUnits Method

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public Guid[] GetOneTimeUnits(
	Guid transmissionId,
	int numberOfUnits,
	int multiplier,
	EasyWorkflowAction action,
	Guid userId,
	out int totalCost
)

Parameters

transmissionId
Type: SystemGuid
numberOfUnits
Type: SystemInt32
multiplier
Type: SystemInt32
action
Type: FileHold.CommonEasyWorkflowAction
userId
Type: SystemGuid
totalCost
Type: SystemInt32

Return Value

Type: Guid
See Also