EventHandlerExecutionOrderPreserverClearPriorities Method |
Clears an applications stored priorities from NVS.
Namespace:
MFiles.VAF.Core
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void ClearPriorities(
Vault vault,
Nullable<Guid> appGuid = null
)
Public Overridable Sub ClearPriorities (
vault As Vault,
Optional appGuid As Nullable(Of Guid) = Nothing
)
public:
virtual void ClearPriorities(
Vault^ vault,
Nullable<Guid> appGuid = nullptr
)
Parameters
- vault
- Type: Vault
The vault in which the priorities are saved. - appGuid (Optional)
- Type: SystemNullableGuid
The guid of the application to clear the priorities for.
If not specified, it is resolved form the AppDef.
See Also