M-Files Vault Application Framework
C#
Show/Hide TOC
Custom
Domain
Command
Locations Property
A list of locations specifying where and how the command will be shown.
Definition
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
List
<
ICommandLocation
>
Locations
{
get
;
set
; }
Property Value
List
ICommandLocation
See Also
Reference
CustomDomainCommand Class
MFiles.VAF.Configuration.AdminConfigurations Namespace
In This Article
Definition
See Also