[This is preliminary documentation and is subject to change.]
Shows the documents which are passed to the user via email using the id
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataSet GetDocumentSendInfo( int docSendId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetDocumentSendInfo ( _ docSendId As Integer _ ) As DataSet |
| Visual C++ |
|---|
public: DataSet^ GetDocumentSendInfo( int docSendId ) |
Parameters
- docSendId
- Type: System..::.Int32
The id to retrieve the documents
Return Value
DataSet containing all the document related information. DataSet contains a single DataTable with the following columns.- retCode (System.String) Return code.
- emailAddress (System.String) Email Address of the person to whom the link is to be sent.
- urlId (System.String) Unique id in the url
- docId (System.Int32) Id of the document.
- docName (System.String) Name of the document.
- docSize (System.Double) Size of the document.
- CreatedDate (System.DateTime) Date and Time when the document was created.
