Method GetDocumentIcon
GetDocumentIcon(string, Size)
Gets the icon of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
[ServiceKnownType(typeof(Size))]
Icon GetDocumentIcon(string inFileExtension, Size inDesiredSize)
Parameters
| Type | Name | Description |
|---|---|---|
| string | inFileExtension | File extension. |
| Size | inDesiredSize | Desired size. |
Returns
| Type | Description |
|---|---|
| Icon | The icon corresponding to the file extension. |
Remarks
This method is available since v7.10.300.080.