Click or drag to resize
StudioServiceFolderImportDataXml 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 FolderImportDataXml(
	string folderId,
	string vaultName,
	bool isKeysIncluded,
	byte[] aBinaryXmlDocument,
	Dictionary<string, string> dcImportUuid2Uuid
)

Parameters

folderId
Type: SystemString
vaultName
Type: SystemString
isKeysIncluded
Type: SystemBoolean
aBinaryXmlDocument
Type: SystemByte
dcImportUuid2Uuid
Type: System.Collections.GenericDictionaryString, String
See Also