SPHelperGetUniqueFileName Method |
Ensures that the specified fileName does not exist and returns a unique file name if it exists.
Namespace: Colygon.MatchPoint.CoreAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public static string GetUniqueFileName(
string fileName
)
Parameters
- fileName
- Type: SystemString
Return Value
Type:
StringSee Also