Allows you to change states or revoke transitions of several files 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 IEdmBatchChangeState | |
| C# | |
|---|---|
public interface IEdmBatchChangeState | |
| C++/CLI | |
|---|---|
public interface class IEdmBatchChangeState | |
This interface:
- inherits from IDispatch. See IDispatch Interface (Automation).
- is extended by IEdmBatchChangeState2.
To change the states of files:
- Access this interface by calling IEdmVault7::CreateUtility, passing EdmUtility.EdmUtil_BatchChangeState as a parameter.
- Call IEdmBatchChangeState::AddFile to add a file to the batch of files whose states you want to change.
- Call IEdmBatchChangeState::CreateTree to build the initial file reference tree.
- Optionally call IEdmBatchChangeState::ShowDlg to show a dialog with the affected files.
- Call IEdmBatchChangeState::ChangeState to change the states of the files added to the batch.