|
IPhaseMemberSetPhaseMemberListForPhase Method
|
Set Phase members of a Phase.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
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