Add one or many docs to a group
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public DocumentAddResult DocsAdd( int docId ) |
Visual Basic (Declaration) |
---|
Public Function DocsAdd ( _ docId As Integer _ ) As DocumentAddResult |
Visual C++ |
---|
public: DocumentAddResult^ DocsAdd( int docId ) |
Parameters
- docId
- Type: System..::.Int32
A document ID
Return Value
A DocumentAddResult object containing the status of each added documentsRemarks
This method encapsulates group.docs.add
This method requires "write" permission on docs
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity |