Click or drag to resize
CachedHelperSetXpdlCache Method
设置流程文件缓存

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal static XmlDocument SetXpdlCache(
	string processGUID,
	string version,
	XmlDocument xmlDoc
)

Parameters

processGUID
Type: SystemString
version
Type: SystemString
xmlDoc
Type: System.XmlXmlDocument

Return Value

Type: XmlDocument
See Also