SetContent Method
Sets the content of the model, which is the Vault entities you want to view.
Syntax
public void SetContent(
System.Collections.Generic.IEnumerable<IEntity> entities
)Public Sub SetContent( _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) Parameters
| Name | Description |
|---|---|
| entities | The collection of entities to view. |