Allows you to unlock, check in, or undo check-outs of multiple files all at once.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmBatchUnlock | |
| C# | |
|---|---|
public interface IEdmBatchUnlock | |
| C++/CLI | |
|---|---|
public interface class IEdmBatchUnlock | |
Batch Check In Files (C#)
Batch Check In Files (VB.NET)
Access Check-in Flags in Check out Dialog (C#)
Access Check-in Flags in Check out Dialog (VB.NET)
Prevent Admin from Checking In File (C#)
Prevent Admin from Checking In File (VB.NET)
Batch Check In Files (VB.NET)
Access Check-in Flags in Check out Dialog (C#)
Access Check-in Flags in Check out Dialog (VB.NET)
Prevent Admin from Checking In File (C#)
Prevent Admin from Checking In File (VB.NET)
This interface:
- inherits from IDispatch. See IDispatch Interface (Automation).
- is extended by IEdmBatchUnlock2.
To unlock, check in, or undo the check-outs of multiple files in one batch:
- Access this interface by calling IEdmVault7::CreateUtility, passing in EdmUtility.EdmUtil_BatchUnlock.
- Call IEdmBatchUnlock::AddSelection to specify the files to unlock.
- Call IEdmBatchUnlock::CreateTree to create the file reference tree.
- Optionally call IEdmBatchUnlock::ShowDlg to display the SOLIDWORKS PDM Professional Check In or Undo Check Out dialog box.
- Call IEdmBatchUnlock::GetFileList to get the files affected by the unlock operation.
- Call IEdmBatchUnlock::UnlockFiles to perform the batch unlock operation.
Using this interface to unlock, check in, or undo check-outs is more efficient than calling IEdmFile5::UnlockFile or IEdmFile5::UndoLockFile for each file.
You can obtain an IEdmRefItemContainer interface from IEdmBatchUnlock by assignment (QueryInterface in C++).