[This is preliminary documentation and is subject to change.]
Gets all notes
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetAllNotes( int userId, int groupId, int objectType, int objectId, bool isAllNotes, bool isSession ) |
Visual Basic (Declaration) |
---|
Public Function GetAllNotes ( _ userId As Integer, _ groupId As Integer, _ objectType As Integer, _ objectId As Integer, _ isAllNotes As Boolean, _ isSession As Boolean _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetAllNotes( int userId, int groupId, int objectType, int objectId, bool isAllNotes, bool isSession ) |
Parameters
- userId
- Type: System..::.Int32
- groupId
- Type: System..::.Int32
- objectType
- Type: System..::.Int32
- objectId
- Type: System..::.Int32
- isAllNotes
- Type: System..::.Boolean
Returns all notes regardless of their parents
- isSession
- Type: System..::.Boolean