MFilesUrlPlaceholderCommandProvider Class

Provides an MFilesUrlPlaceholder handler.

Definition

Namespace: MFiles.VAF.Placeholders.Commands
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class MFilesUrlPlaceholderCommandProvider : IPlaceholderCommandProvider
Inheritance
Object    MFilesUrlPlaceholderCommandProvider
Implements
IPlaceholderCommandProvider

Constructors

Properties

Command The name of the command this object returns a handler for.
DisplayName  
Platform The platform the url should target.
SpecificVersion Indicates if the generated URL's will point to a specific version of the object, or the latest.
UrlType Indicates the behavior of the generated url.

Methods

GetHandler Gets a handler for the command.

See Also