Get document media urls (thumbs, medias, original,...).
Namespace:
IpernityNET.IpernityObjectsAssembly: IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public void GetMedias() |
Visual Basic (Declaration) |
---|
Public Sub GetMedias |
Visual C++ |
---|
public: void GetMedias() |
Return Value
The media URLsRemarks
This method encapsulates doc.getMedias
"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. |