Allows you to generate items from a file structure.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmBatchItemGeneration | |
| C# | |
|---|---|
public interface IEdmBatchItemGeneration | |
| C++/CLI | |
|---|---|
public interface class IEdmBatchItemGeneration | |
See the IEdmBatchItemGeneration2 examples.
This interface:
- inherits from IDispatch. See IDispatch Interface (Automation).
- is extended by IEdmBatchItemGeneration2 which allows you to generate stand-alone items without a file structure.
To create several items from files at once:
- Access this interface by calling IEdmVault7::CreateUtility, passing EdmUtility.EdmUtil_BatchItemGeneration as a parameter.
- Call IEdmBatchItemGeneration::AddSelection one or more times.
- Call IEdmBatchItemGeneration::CreateTree to compute the file reference tree.
- Optionally call IEdmBatchItemGeneration::ShowDlg to show an item dialog.
- Call IEdmBatchItemGeneration::GenerateItems to create the items.
See the Programming Items topic for more information.