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