Click or drag to resize

EngineMacFetchThumbnails Method

IT Hit User File System

Namespace:  ITHit.FileSystem.Mac
Assembly:  ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax
public NSProgress FetchThumbnails(
	string[] itemIdentifiers,
	CGSize size,
	NSFileProviderPerThumbnailCompletionHandler perThumbnailCompletionHandler,
	Action<NSError> completionHandler
)

Parameters

itemIdentifiers
Type: SystemString
size
Type: CGSize
perThumbnailCompletionHandler
Type: NSFileProviderPerThumbnailCompletionHandler
completionHandler
Type: SystemActionNSError

Return Value

Type: NSProgress
See Also