Click or drag to resize

SPHelperGetUniqueFileName Method

Ensures that the specified fileName does not exist and returns a unique file name if it exists.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string GetUniqueFileName(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: String
See Also