MetadataCacheVaultObjectOperationsGetThumbnailAsBytes Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual byte[] GetThumbnailAsBytes(
ObjVer objVer,
FileVer fileVer,
int width,
int height,
bool getFileIconThumbnailIfRealThumbnailNotAvailable
)
Public Overridable Function GetThumbnailAsBytes (
objVer As ObjVer,
fileVer As FileVer,
width As Integer,
height As Integer,
getFileIconThumbnailIfRealThumbnailNotAvailable As Boolean
) As Byte()
public:
virtual array<unsigned char>^ GetThumbnailAsBytes(
ObjVer^ objVer,
FileVer^ fileVer,
int width,
int height,
bool getFileIconThumbnailIfRealThumbnailNotAvailable
)
Parameters
- objVer
- Type: ObjVer
- fileVer
- Type: FileVer
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- getFileIconThumbnailIfRealThumbnailNotAvailable
- Type: SystemBoolean
Return Value
Type:
Byte
See Also