문제

I need to create News page with PowerShell. Is it possible to set vertical align of image set in Page properties?

#Set Page properties
Set-PnPClientSidePage -Identity $Page -Title "Nowe wydanie numer $number dla wersji: $whatApp" -CommentsEnabled:$False -HeaderType Custom -ServerRelativeImageUrl $imageUrl
도움이 되었습니까?

해결책

You cannot set vertical align of image set in Page properties. Accroding to the article: https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnpclientsidepage?view=sharepoint-ps

The parameters for image are only -TranslateX and -TranslateY. There is no such parameters to set vertical align of image.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top