[This is preliminary documentation and is subject to change.]
Returns a single note and related info in a DataTable
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public DataSet GetNote( int noteId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetNote ( _ noteId As Integer _ ) As DataSet |
| Visual C++ |
|---|
public: DataSet^ GetNote( int noteId ) |
Parameters
- noteId
- Type: System..::.Int32
The unique id for the note
