Click or drag to resize
StudioServiceFolderExportDataXml Method

Namespace: PDTec.IceNet.Domain.Development.Service
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
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