Click or drag to resize

MultiRenameDocumentsGetFullName(Object, Int32) Method

Gets the full name of a document. See the class documentation for which type of documents can be used as argument.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetFullName(
	Object o,
	int i
)

Parameters

o  Object
Document object.
i  Int32
This parameter is ignored.

Return Value

String
Full name of the document.
See Also