TaxonomyImportCp7Module(DataTable, DataTable, DataTable, Guid, String, ListGuid, DataTable, String, String, String, String, Cp7AudienceTranslator, String, String) Method

Definition

Namespace: Centralpoint.Web.Cms
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private void ImportCp7Module(
	DataTable tax,
	DataTable taxInAud,
	DataTable taxAncestors,
	Guid parent,
	string path,
	List<Guid> parentAncestors,
	DataTable data,
	string nameColumn,
	string descriptionColumn,
	string parentTaxonomyIdColumn,
	string parentValue,
	Cp7AudienceTranslator audienceTranslator,
	string integrationIdColumn,
	string sortOrderColumn
)

Parameters

tax  DataTable
 
taxInAud  DataTable
 
taxAncestors  DataTable
 
parent  Guid
 
path  String
 
parentAncestors  ListGuid
 
data  DataTable
 
nameColumn  String
 
descriptionColumn  String
 
parentTaxonomyIdColumn  String
 
parentValue  String
 
audienceTranslator  Cp7AudienceTranslator
 
integrationIdColumn  String
 
sortOrderColumn  String
 

See Also