Document.CanUndoCheckOut Method
Visio Automation Reference |
Determines whether a Microsoft Office Visio document is checked out from a Microsoft Office SharePoint Portal Server site, so that if it is, the check-out can be subsequently undone.
Version Information
Version Added: Visio 2007
Syntax
expression.CanUndoCheckOut
expression An expression that returns a Document object.
Return Value
Boolean
Remarks
The CanUndoCheckOut method is similar to the Document.CanCheckIn method.
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to use the CanUndoCheckOut method to determine if the checkout of the active document from a SharePoint server site can be undone. Before running this macro, check out a Visio document from a SharePoint Portal Server site.
Visual Basic for Applications |
---|
|
See Also