Gets all forms instances for user.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public DataTable getAllFormsInstancesForUser(
string sUser,
bool isAdmin
)
Public Function getAllFormsInstancesForUser ( _
sUser As String, _
isAdmin As Boolean _
) As DataTable
public:
DataTable^ getAllFormsInstancesForUser(
String^ sUser,
bool^ isAdmin
)
Parameters
- sUser
- Type: String
The s user.
- isAdmin
- Type: Boolean
if set to true [is admin].
Return Value
DataTable.