Click or drag to resize
XmlUtilsImportAuthorization Method
Imports authorization (permissions, qualifications) after successful data import.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static void ImportAuthorization(
	IDatabaseRepository pRepository,
	IXmlDataImporter pImporter
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository.
pImporter
Type: PDTec.IceNet.Core.XmlIXmlDataImporter
The data importer.
Remarks
The data importer must have previously imported the data (folders, objects) and has read the permissions and qualifications from XML.
See Also