Click or drag to resize
IThumbnailProviderDownloadAndSetThumbnail Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.WPF.IThumbnailProvider.DownloadAndSetThumbnail(ZU.Core.IEntity,System.Collections.Generic.List{System.String})"]

Namespace: ZU.WPF
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
void DownloadAndSetThumbnail(
	IEntity entity,
	List<string> imageUrls
)

Parameters

entity
Type: ZU.CoreIEntity

[Missing <param name="entity"/> documentation for "M:ZU.WPF.IThumbnailProvider.DownloadAndSetThumbnail(ZU.Core.IEntity,System.Collections.Generic.List{System.String})"]

imageUrls
Type: System.Collections.GenericListString

[Missing <param name="imageUrls"/> documentation for "M:ZU.WPF.IThumbnailProvider.DownloadAndSetThumbnail(ZU.Core.IEntity,System.Collections.Generic.List{System.String})"]

See Also