M-Files API 23.11.13135.0
GetIconAsBytes Method
VaultViewOperations Object : GetIconAsBytes Method
The name of the external repository.
The ID of the icon.
The size (width or height) of the icon in pixels.
Description
Gets the external repository icon in PNG format.
Syntax
Visual Basic
Public Function GetIconAsBytes( _
   ByVal ExternalRepository As String, _
   ByVal IconID As String, _
   ByVal Size As Long _
) As Byte()
Parameters
ExternalRepository
The name of the external repository.
IconID
The ID of the icon.
Size
The size (width or height) of the icon in pixels.
See Also

VaultViewOperations Object  | VaultViewOperations Members