powershell 使用SDL Web核心服务更改嵌入式架构字段的根元素名称
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 使用SDL Web核心服务更改嵌入式架构字段的根元素名称相关的知识,希望对你有一定的参考价值。
$ErrorActionPreference = "Stop"
# get a Core Service client
Import-Module Tridion-CoreService -Verbose:$false
Set-TridionCoreServiceSettings -Version "Web-8.1" -HostName localhost -ConnectionType Basic
$client = Get-TridionCoreServiceClient
# get the schema to edit
$schemaId = "tcm:21-4247-8"
$schema = Get-TridionItem $schemaId
$schema.Id
# change the InterestArea embedded component root element name
$schema.Xsd = $schema.Xsd.Replace('type="InterestArea"', 'type="InterestAreaLabel"')
$schema.Xsd
# save the schema
$readBackOptions = New-Object Tridion.ContentManager.CoreService.Client.ReadOptions
$client.Update($schema, $readBackOptions)
以上是关于powershell 使用SDL Web核心服务更改嵌入式架构字段的根元素名称的主要内容,如果未能解决你的问题,请参考以下文章
powershell 使用SDL Web核心服务更改嵌入式架构字段的根元素名称
powershell 使用SDL Web核心服务更改嵌入式架构字段的根元素名称
powershell 使用PowerShell和核心服务淘汰SDL Tridion 2013 SP1发布目标。见http://tridion.stackexchange.com/questions/1
powershell 使用PowerShell和核心服务淘汰SDL Tridion 2013 SP1发布目标。见http://tridion.stackexchange.com/questions/1
powershell 使用Windows服务依赖性安装SDL Web Content Delivery mico服务
powershell 管理SDL Web 8服务