MFilesUrlPlaceholder Constructor |
Constructor.
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFilesUrlPlaceholder(
UrlTargetPlatform platform = UrlTargetPlatform.Desktop,
bool specificVersion = false,
MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)
Public Sub New (
Optional platform As UrlTargetPlatform = UrlTargetPlatform.Desktop,
Optional specificVersion As Boolean = false,
Optional urlType As MFilesURLType = MFilesURLType.MFilesURLTypeShow
)
public:
MFilesUrlPlaceholder(
UrlTargetPlatform platform = UrlTargetPlatform::Desktop,
bool specificVersion = false,
MFilesURLType urlType = MFilesURLType::MFilesURLTypeShow
)
Parameters
- platform (Optional)
- Type: MFiles.VAF.CommonUrlTargetPlatform
The platform the url should target. - specificVersion (Optional)
- Type: SystemBoolean
Indicates if the generated URL's will point to a specific version of the object, or the latest.
- urlType (Optional)
- Type: MFilesURLType
Indicates the behavior of the generated url.
See Also