[This is preliminary documentation and is subject to change.]
Gets the shared documents for a particular user and for a particular group.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetSharedDocuments( int userId, int groupId ) |
Visual Basic (Declaration) |
---|
Public Function GetSharedDocuments ( _ userId As Integer, _ groupId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetSharedDocuments( int userId, int groupId ) |
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 as next argument.
- groupId
- Type: System..::.Int32
The unique id of the group.
Return Value
DataSet consisting of a single DataTable with the following columns- created (System.DateTime) Date and time when the document was created.
- id (System.Int32) Id to be send with the document.
- detailId (System.Int32) Detail id to be send with the document.
- docName (System.String) Name of the document.
- folderName (System.String) Name of the the document's folder.
- emailAddress (System.String) Email Address to whom the document is to be sent.