powershell 通过TCM URI查找Tridion项目的Tridion Content Manager WebdavUrl

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 通过TCM URI查找Tridion项目的Tridion Content Manager WebdavUrl相关的知识,希望对你有一定的参考价值。

# using https://github.com/pkjaer/tridion-powershell-modules
Import-Module Tridion-CoreService
$client = Get-TridionCoreServiceClient
$readOptions = New-Object Tridion.ContentManager.CoreService.Client.ReadOptions
$readOptions.LoadFlags = 1

# replace tcm:3-31-2 with the know TCM URI
$client.Read("tcm:3-31-2", $readOptions).LocationInfo.WebdavUrl
# expected output: is a webdav URL like 
#  /webdav/100%20Master/Building%20Blocks/Modules/DD4T/Developer/DD4T%20Template%20Building%20Blocks

以上是关于powershell 通过TCM URI查找Tridion项目的Tridion Content Manager WebdavUrl的主要内容,如果未能解决你的问题,请参考以下文章

csharp 检查TCM URI是否为ECL项。 (SDL Tridion 2013中的ECL API)

csharp 检查TCM URI是否为ECL项。 (SDL Tridion 2013中的ECL API)

powershell 使用PowerShell转义URI字符串

powershell 使用PowerShell转义URI字符串

powershell 测试一个字符串是一个URI

powershell 测试一个字符串是一个URI