MFilesUrlPlaceholder Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders.Commands
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFilesUrlPlaceholder(
	UrlTargetPlatform platform = UrlTargetPlatform.Desktop,
	bool specificVersion = false,
	MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)

Parameters

platform  UrlTargetPlatform  (Optional)
The platform the url should target.
specificVersion  Boolean  (Optional)
Indicates if the generated URL's will point to a specific version of the object, or the latest.
urlType  MFilesURLType  (Optional)
Indicates the behavior of the generated url.

See Also