Protect Section
Protect sections based on roles.
Protect-UDSection -Role @("Administrator") -Content {
New-UDTypography -Text 'Only Administrators see this'
}Last updated
Was this helpful?
Protect sections based on roles.
Protect-UDSection -Role @("Administrator") -Content {
New-UDTypography -Text 'Only Administrators see this'
}Last updated
Was this helpful?
Was this helpful?