Click or drag to resize

MultiRenameDocumentsGetFullNameWithAugmentingProjectFolderItems(Object) Method

Gets the full name of a document. Here, some special items are augmented with a name, e.g. a folder text document is augmented with 'FolderNotes'. 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 GetFullNameWithAugmentingProjectFolderItems(
	Object o
)

Parameters

o  Object
Document object.

Return Value

String
Full name of the document.
See Also