|
IWorkTypeGetWorkTypesByPhaseGUID Method
|
Gets all Work types that are available for a Phase.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+a9089f549efe4950cf2022fb910c17b16a763a70
SyntaxICollection<WorkType> GetWorkTypesByPhaseGUID(
string phaseGUID
)
Function GetWorkTypesByPhaseGUID (
phaseGUID As String
) As ICollection(Of WorkType)
Parameters
- phaseGUID String
- Phase GUID, identifies the phase.
Return Value
ICollectionWorkTypeCollection of WorkType objects.
Exceptions
See Also