PFContentTypeGetWorkflowSchemaRelativeUrl Method |
Gets the workflow schema file relative URL for the specified language.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntaxpublic string GetWorkflowSchemaRelativeUrl(
string languageCode,
bool includeModelVersionInQueryString = false
)
Parameters
- languageCode
- Type: SystemString
Language code of the schema, two-letters format. - includeModelVersionInQueryString (Optional)
- Type: SystemBoolean
If set to true, the model version is included in the query string.
Return Value
Type:
StringString
See Also