MFilesUrlPlaceholderGetProvider Method |
Gets a provider for an MFilesUrl Placeholder.
Namespace:
MFiles.VAF.Placeholders.Commands
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static MFilesUrlPlaceholderCommandProvider GetProvider(
string command = "MFILESURL",
UrlTargetPlatform platform = UrlTargetPlatform.Desktop,
bool specificVersion = false,
MFilesURLType urlType = MFilesURLType.MFilesURLTypeShow
)
Public Shared Function GetProvider (
Optional command As String = "MFILESURL",
Optional platform As UrlTargetPlatform = UrlTargetPlatform.Desktop,
Optional specificVersion As Boolean = false,
Optional urlType As MFilesURLType = MFilesURLType.MFilesURLTypeShow
) As MFilesUrlPlaceholderCommandProvider
public:
static MFilesUrlPlaceholderCommandProvider^ GetProvider(
String^ command = L"MFILESURL",
UrlTargetPlatform platform = UrlTargetPlatform::Desktop,
bool specificVersion = false,
MFilesURLType urlType = MFilesURLType::MFilesURLTypeShow
)
Parameters
- command (Optional)
- Type: SystemString
The name of the command the provider will return a handler for. - 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.
Return Value
Type:
MFilesUrlPlaceholderCommandProvider
See Also