Click or drag to resize

PFContentTypeGetWorkflowSchemaFileName Method

Gets the workflow schema file name 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)
Syntax
C#
public string GetWorkflowSchemaFileName(
	string languageCode
)

Parameters

languageCode
Type: SystemString
Language code of the schema, two-letters format.

Return Value

Type: String
String
See Also