SSIS Components for Microsoft SharePoint

Build 25.0.9434

CheckOutDocument

Checks out a document from a SharePoint library, preventing others from modifying it until checked in. Useful for avoiding conflicts when multiple users are editing a file.

Input

Name Type Required Description
RelativeURL String True The server-relative URL of the folder containing the document. Helps locate the document within the SharePoint site.
DocumentName String True The name of the file to be checked out. Ensures the correct document is locked for editing.

Result Set Columns

Name Type Description
Success Boolean Indicates whether the document check-out operation was successful. Returns 'true' for success and 'false' for failure.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434