TaxonomyImportCp7Module(DataTable, DataTable, DataTable, Guid, String, ListGuid, DataTable, String, String, String, String, Cp7AudienceTranslator, String, String) Method
Namespace: Centralpoint.Web.CmsAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
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
)
Private Sub ImportCp7Module (
tax As DataTable,
taxInAud As DataTable,
taxAncestors As DataTable,
parent As Guid,
path As String,
parentAncestors As List(Of Guid),
data As DataTable,
nameColumn As String,
descriptionColumn As String,
parentTaxonomyIdColumn As String,
parentValue As String,
audienceTranslator As Cp7AudienceTranslator,
integrationIdColumn As String,
sortOrderColumn As String
)
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
-