[This is preliminary documentation and is subject to change.]
Inserts a new group bookmark in the database for a particular group.
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void Insert( int userId, int groupId, string categoryName, string url, string descr, string title ) |
Visual Basic (Declaration) |
---|
Public Sub Insert ( _ userId As Integer, _ groupId As Integer, _ categoryName As String, _ url As String, _ descr As String, _ title As String _ ) |
Visual C++ |
---|
public: void Insert( int userId, int groupId, String^ categoryName, String^ url, String^ descr, String^ title ) |
Parameters
- userId
- Type: System..::.Int32
The unique id of the user
- groupId
- Type: System..::.Int32
The unique id of the group.
- categoryName
- Type: System..::.String
The name of the Category. If the Category is not present in the database, it will be inserted automatically
- url
- Type: System..::.String
The url of the web page being bookmarked.
- descr
- Type: System..::.String
The Description of the web page being bookmarked.
- title
- Type: System..::.String
The title corresponding to the url which shows up on the OfficeClip screen displaying the bookmark.