LocationContext Constructor
Creates a reference to a location within Vault Explorer.
Syntax
public LocationContext(
SelectionTypeId selectionTypeId,
System.string fullName
)Public Function New( _
ByVal selectionTypeId As SelectionTypeId, _
ByVal fullName As System.String _
)Parameters
| Name | Description |
|---|---|
| selectionTypeId | The selection type. |
| fullName | The unique name of the entity that the context points to. This value must be the full file path, the full folder path, the item number, the change order number, or the custom entity number. |