| MediaLibraryHelperEnsureUniqueFileName Method  | 
            Ensures unique path for the specified file. If the directory with the specified name already exist in the target location 
            new path with the added suffix is returned. The suffix consist of '_' sign and the number.
            
 
Namespace: CMS.MediaLibraryAssembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 9.0.0
Syntaxpublic static string EnsureUniqueFileName(
	string path
)
Parameters
- path
 - Type: SystemString
Complete path to the file to ensure 
Return Value
Type: 
String
See Also