Version

Close() Method

Closes the template, if open. An attempt will be made to commit the changes.
Syntax
'Declaration
 
Public Overloads Function Close() As Boolean
public bool Close()

Return Value

True if the template was closed successfully, or was already closed.
Remarks

Note: If the changes cannot be committed, the template will still try to close itself. If you do not want to close the template if the changes cannot be committed, manually call CommitChanges and check the return value before calling this method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also