ShopToolsUtilGetUniqueUserDataImageName Method

Return the first unique variation of the suggested image name within the user data folder.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string GetUniqueUserDataImageName(
	string requestedName
)

Parameters

requestedName  String
The desired name for the file, if the name is available.

Return Value

String
The first unique variation of the requested name requested.

See Also