TaxonomyUpsert(Guid, Guid, String, String, String, String, String, Boolean, String) Method
Namespace: Centralpoint.Web.CmsAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public void Upsert(
Guid taxonomyId,
Guid parentTaxonomyId,
string systemName,
string name,
string description,
string properties,
string[] audiences,
bool updateDescendants,
string integrationId
)
Public Sub Upsert (
taxonomyId As Guid,
parentTaxonomyId As Guid,
systemName As String,
name As String,
description As String,
properties As String,
audiences As String(),
updateDescendants As Boolean,
integrationId As String
)
Parameters
- taxonomyId Guid
-
- parentTaxonomyId Guid
-
- systemName String
-
- name String
-
- description String
-
- properties String
-
- audiences String
-
- updateDescendants Boolean
-
- integrationId String
-