SharedResourcesGetResourceImagesList(Boolean) Method

Gets a list of all usable image assets.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static List<string> GetResourceImagesList(
	bool sizeLarge
)

Parameters

sizeLarge  Boolean
Indicates if the size is large.

Return Value

ListString
List<String> with the all usable image assets.

See Also