Click or drag to resize

IPhaseMemberSetPhaseMemberListForPhase Method

Set Phase members of a Phase.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax
bool SetPhaseMemberListForPhase(
	string phaseGUID,
	string[] userGUIDs
)

Parameters

phaseGUID  String
Phase GUID, identifies the phase where membes are changed.
userGUIDs  String
User GUIDs, identifies the users that will be members of this phase. If null, all case members are members in this phase.

Return Value

Boolean
true on success
Exceptions
ExceptionCondition
NotFoundExceptionPhase or User could not be found.
AuthenticationFailureExceptionThe caller could not be authenticated.
GeneralFailureExceptionAny other fault.
Remarks
When userGUIDs is null, all case members are treated as members on the phase. This is handy when case members change, because it means that phase members don't need to be updated separately.
See Also