|
IPhaseMemberSetPhaseMemberListForPhase Method
|
Set Phase members of a Phase.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+2c50a58dd893fc2b9c4be24260912c6e67d21563
Syntaxbool SetPhaseMemberListForPhase(
string phaseGUID,
string[] userGUIDs
)
Function SetPhaseMemberListForPhase (
phaseGUID As String,
userGUIDs As String()
) As Boolean
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
Booleantrue on success
Exceptions
RemarksWhen 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