RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Document

Document.Title

Property
Description:
The document's title.
Remarks:
Title is derived from the document's filename, not including the filename extension. Note that returned title will be defaulted if no document saved. Note that returned string may be empty if a document is detached. See IsDetached.
Syntax
public string Title { get; }