Remove one or many documents from an album
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public RemoveDocsResults DocsRemove( IEnumerable<int> docIds ) |
Visual Basic (Declaration) |
---|
Public Function DocsRemove ( _ docIds As IEnumerable(Of Integer) _ ) As RemoveDocsResults |
Visual C++ |
---|
public: RemoveDocsResults^ DocsRemove( IEnumerable<int>^ docIds ) |
Parameters
- docIds
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Int32>)>)
A list of document IDs. (List may contain a maximum of 20 IDs)
Return Value
[Missing <returns> documentation for "M:IpernityNET.IpernityObjects.Album.DocsRemove(System.Collections.Generic.IEnumerable{System.Int32})"]
Remarks
This method encapsulates album.docs.remove
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. |