Click or drag to resize

StudioServiceFolderImportDataXml 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 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