Click or drag to resize
MediaFileInfoEnsureUniqueFileName Method
Sets whether unique file name is to be ensured upon setting the object. The default value is true.

Namespace: CMS.MediaLibrary
Assembly: CMS.MediaLibrary (in CMS.MediaLibrary.dll) Version: 13.0.131
Syntax
C#
public void EnsureUniqueFileName(
	bool ensureUniqueFileName
)

Parameters

ensureUniqueFileName
Type: SystemBoolean
Indicates if unique file name is to be ensured.
See Also