[This is preliminary documentation and is subject to change.]
Gets a list of statuses corresponding to which
a notification rule can be defined inside a workflow definition.
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataView GetNotifiableStatuses( int applicationId ) |
Visual Basic (Declaration) |
---|
Public Function GetNotifiableStatuses ( _ applicationId As Integer _ ) As DataView |
Visual C++ |
---|
public: DataView^ GetNotifiableStatuses( int applicationId ) |
Parameters
- applicationId
- Type: System..::.Int32
Id of the application.
Return Value
DataView containing the id and status name. This DataView consists of the following columns.- StatusId (System.Int32)Id of the status.
- status (System.String)Name of the status.