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+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
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