Click or drag to resize

MultiRenameDataIsRenameOperationFileSystemBased Property

Sets a value indicating whether the rename operation is file system based (if the names refer to file names).

Namespace: Altaxo.Gui.Common.MultiRename
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsRenameOperationFileSystemBased { get; set; }

Property Value

Boolean
true if the names refer to the file system; otherwise, false.
See Also