[This is preliminary documentation and is subject to change.]
Gets all the information related to those documents
in the document management system which are being
attached with other OfficeClip applications for
a particular group.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetApplicationInfo( int userId, int groupId, bool isAdmin ) |
Visual Basic (Declaration) |
---|
Public Function GetApplicationInfo ( _ userId As Integer, _ groupId As Integer, _ isAdmin As Boolean _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetApplicationInfo( int userId, int groupId, bool isAdmin ) |
Parameters
- userId
- Type: System..::.Int32
The unique id of the user. Please note that this user should belong to the group whose GroupId is passed in the next argument.
- groupId
- Type: System..::.Int32
Id of the group.
- isAdmin
- Type: System..::.Boolean
Shows if the logged in user is an administrator.
Return Value
DataSet containing all the information related to the documents attached with other OfficeClip application objects for e.g. Timesheets, Expenses, Tracker cases, Events etc. DataSet consists of a single DataTable with the following columns.- docId (System.Int32) Id of the document.
- docName (System.String) Name of the document.
- CreatedBy (System.String) Name of the user who created the document.
- CreatedTimestamp (System.DateTime) Name of the user who created the document.
- AppId (System.Int32) Id of the OfficeClip application with which this particular document is attached.
- id1 (System.Int32) If of the OfficeClip object (in another application) with which this particular document is attached.
- appName (System.String) Name of the OfficeClip Application with which this particular document is attached.
- appsDesc (System.String) Description of this document set for the other applicaitons.
- isPrivate (System.String) Flag (Y/N) indicating whether this is a group or private document.
- sizeoffile (System.Double) Size of the document.