MetadataCacheVaultObjectOperationsGetThumbnailAsBytes Method

Definition

Namespace: MFiles.VAF.MetadataCache
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual byte[] GetThumbnailAsBytes(
	ObjVer objVer,
	FileVer fileVer,
	int width,
	int height,
	bool getFileIconThumbnailIfRealThumbnailNotAvailable
)

Parameters

objVer  ObjVer
 
fileVer  FileVer
 
width  Int32
 
height  Int32
 
getFileIconThumbnailIfRealThumbnailNotAvailable  Boolean
 

Return Value

Byte

Implements

IVaultObjectOperations.GetThumbnailAsBytes(ObjVer, FileVer, Int32, Int32, Boolean)

See Also