Click or drag to resize

TriggerManager.SetNotifyOuTriggerConfig Method

Sets a trigger on the objects of the given type in the organisation unit with the given ID.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task SetNotifyOuTriggerConfig(
	PsrNotifyTriggerReasons reason,
	Guid organisationUnitId,
	PsrEntityObjectType objectType,
	Nullable<PsrNotifyTriggerType> overrideType,
	bool checkRights,
	List<PsrNotifyTriggerConfigFilterObject> filterObjects = null
)

Parameters

reason
Type: PsrApi.Data.Enums.PsrNotifyTriggerReasons
organisationUnitId
Type: System.Guid
objectType
Type: PsrApi.Data.Enums.PsrEntityObjectType
overrideType
Type: System.Nullable<PsrNotifyTriggerType>
checkRights
Type: System.Boolean
filterObjects (Optional)
Type: System.Collections.Generic.List<PsrNotifyTriggerConfigFilterObject>

Return Value

Type: Task
See Also