api.sites.site_custom_property_from_portal
Fetch a per-site custom property defined at the portal level.
Arguments:
def api.resources.site_custom_property_from_portal(
name: <str> = None,
):
Returns a str
, dec
, bool
, or None depending on the custom property's definition.
Example:
prop = api.sites.site_custom_property_from_portal(name="foo")