[This is preliminary documentation and is subject to change.]
Gets all the resources available to the currently logged in user.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetResourceTypes( int groupId, int userId ) |
Visual Basic (Declaration) |
---|
Public Function GetResourceTypes ( _ groupId As Integer, _ userId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetResourceTypes( int groupId, int userId ) |
Parameters
- groupId
- Type: System..::.Int32
- userId
- Type: System..::.Int32
Return Value
DataSet containing all the resource information of all the resources visible to a user. This DataSet consists of a single DataTable with the following columns.- resourceId (System.Int32)Id of the resource.
- ResourceName (System.String)Name of the resource.
- ResourceType (System.String)Type of the resource.
- ResourceTypeId (System.Int32)Id of the type of the resource.