SOLIDWORKS PDM Professional API Help Send Feedback
IEdmBatchUnlock2 Interface
See Also  Members  
EPDM.Interop.epdm Namespace : IEdmBatchUnlock2 Interface


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.

Syntax

Visual Basic 
Public Interface IEdmBatchUnlock2 
   Inherits IEdmBatchUnlock 
C# 
public interface IEdmBatchUnlock2 : IEdmBatchUnlock  
C++/CLI 
public interface class IEdmBatchUnlock2 : public IEdmBatchUnlock  

Example

See the IEdmBatchUnlock examples.

Remarks

This interface extends IEdmBatchUnlock by adding the ability to get the status of the unlock operation.

See Also