Get details about document.
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public void Get( IEnumerable<ExtraInformation> extras ) |
Visual Basic (Declaration) |
---|
Public Sub Get ( _ extras As IEnumerable(Of ExtraInformation) _ ) |
Visual C++ |
---|
public: void Get( IEnumerable<ExtraInformation>^ extras ) |
Parameters
- extras
- Type: System.Collections.Generic..::.IEnumerable<(Of <(ExtraInformation>)>)
A list of extra information to include in each records. Only tags, notes and geo are available
Remarks
This method encapsulates doc.get
"read" permission is necessary to access to private docs.
Exceptions
Exception | Condition |
---|---|
IpernityNET..::.IpernityException | Throwed when Ipernity returned an error |
IpernityNET.IpernityObjects..::.ObjectNotConfiguredException | Throwed when an Ipernity object has not been configured. |