| SiteMapEditorWindowCanSaveContent Property |
This is used to see if the active document allows its content to be
saved.
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public override bool CanSaveContent { get; }
Public Overrides ReadOnly Property CanSaveContent As Boolean
Get
public:
virtual property bool CanSaveContent {
bool get () override;
}
abstract CanSaveContent : bool with get
override CanSaveContent : bool with get
Return Value
Type:
BooleanReturns true if it supports saving its content or false
if it does not.
See Also