EventHandlerExecutionOrderPreserverStorePriorities Method |
Stores the application's priorities to NVS.
Namespace:
MFiles.VAF.Core
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void StorePriorities(
Vault vault,
List<EventHandlerExecutionOrderPreserverEventHandlerPriority> priorities,
Nullable<Guid> appGuid = null,
string appName = null
)
Public Overridable Sub StorePriorities (
vault As Vault,
priorities As List(Of EventHandlerExecutionOrderPreserverEventHandlerPriority),
Optional appGuid As Nullable(Of Guid) = Nothing,
Optional appName As String = Nothing
)
public:
virtual void StorePriorities(
Vault^ vault,
List<EventHandlerExecutionOrderPreserverEventHandlerPriority^>^ priorities,
Nullable<Guid> appGuid = nullptr,
String^ appName = nullptr
)
Parameters
- vault
- Type: Vault
The vault to store the priorities in. - priorities
- Type: System.Collections.GenericListEventHandlerExecutionOrderPreserverEventHandlerPriority
The priorities to store. - appGuid (Optional)
- Type: SystemNullableGuid
The application's guid. If not specified, it is resolved form the AppDef. - appName (Optional)
- Type: SystemString
The application's name. If not specified, it is resolved form the AppDef.
See Also