Add tags to the document.
Namespace:
IpernityNET.IpernityObjects
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
Visual Basic (Declaration) |
---|
Public Sub TagsAdd ( _
keywords As String, _
members As String _
) |
Visual C++ |
---|
public:
void TagsAdd(
String^ keywords,
String^ members
) |
Parameters
- keywords
- Type: System..::.String
A comma separated list of keyword tags to add to the document.
Set it to null if you do not want to add keywords.
- members
- Type: System..::.String
A comma separated list of member IDs or member Web aliases. The members must belong to the calling user network.
Set it to null if you do not want to add members.
Remarks
Exceptions
See Also