Click or drag to resize

RoPEHelperQueueIdentities Method

Adds a number of identities to the RoPE calculation queue. The queued identities are found by resolving a reference path from the action object.

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void QueueIdentities(
	CodeMethodInvokeContext context,
	string identityPath,
	string reason,
	string priority
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
identityPath
Type: SystemString
A reference path from the action object to the identities to be queued. Example: /IDENTITYREF If identityPath is empty or "." then the action object (which in that case must be an identity) will be queued.
reason
Type: SystemString
The reason for queuing.
priority
Type: SystemString
The queue priority. Must be one of the following values: Low, Medium, High or VeryHigh.
See Also