| SelectFileTemplateDlgNewFilename Property |
This returns the new filename if the topic file is created
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public string NewFilename { get; }
Public ReadOnly Property NewFilename As String
Get
public:
property String^ NewFilename {
String^ get ();
}
member NewFilename : string with get
Property Value
Type:
StringSee Also