[This is preliminary documentation and is subject to change.]
Assembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DocumentStatus..::.UpdateDocumentStatus UpdateKeywordDescription( string keyword, string description, int id, int userId, int groupId ) |
Visual Basic (Declaration) |
---|
Public Function UpdateKeywordDescription ( _ keyword As String, _ description As String, _ id As Integer, _ userId As Integer, _ groupId As Integer _ ) As DocumentStatus..::.UpdateDocumentStatus |
Visual C++ |
---|
public: DocumentStatus..::.UpdateDocumentStatus UpdateKeywordDescription( String^ keyword, String^ description, int id, int userId, int groupId ) |
Parameters
- keyword
- Type: System..::.String
The keyword(s) related to that particular document.
- description
- Type: System..::.String
The description(s) related to that particular document.
- id
- Type: System..::.Int32
The id of the document.
- userId
- Type: System..::.Int32
Id of the particular user.
- groupId
- Type: System..::.Int32
Id of the particular group.