Click or drag to resize
XPDLLocalStorageSave Method
XML文件本地存储

Namespace: Slickflow.Engine.Storage
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public void Save(
	string filePath,
	XmlDocument xmlDoc
)

Parameters

filePath
Type: SystemString
文件存储路径
xmlDoc
Type: System.XmlXmlDocument
XML文档

Implements

IXPDLStorageSave(String, XmlDocument)
See Also