Click or drag to resize

StudioServiceFolderExportDataXml Method

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void FolderExportDataXml(
	string folderId,
	bool isZipped,
	bool includeFolderStructure,
	bool isFileContent,
	out byte[] aBinaryXmlDocument,
	out Dictionary<string, string> dcExportUuid2Id
)

Parameters

folderId
Type: SystemString
isZipped
Type: SystemBoolean
includeFolderStructure
Type: SystemBoolean
isFileContent
Type: SystemBoolean
aBinaryXmlDocument
Type: SystemByte
dcExportUuid2Id
Type: System.Collections.GenericDictionaryString, String
See Also