Remove one document from an album

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public RemoveDocsResults DocsRemove(
	int docId
)
Visual Basic (Declaration)
Public Function DocsRemove ( _
	docId As Integer _
) As RemoveDocsResults
Visual C++
public:
RemoveDocsResults^ DocsRemove(
	int docId
)

Parameters

docId
Type: System..::.Int32
A document ID

Return Value

[Missing <returns> documentation for "M:IpernityNET.IpernityObjects.Album.DocsRemove(System.Int32)"]

Remarks

This method encapsulates album.docs.remove This method requires "write" permission on docs.

Exceptions

ExceptionCondition
IpernityNET..::.IpernityExceptionThrowed when Ipernity returned an error
IpernityNET.IpernityObjects..::.ObjectNotConfiguredExceptionThrowed when an Ipernity object has not been configured.

See Also