page_url_restriction property

page_url_restriction property

Gets or sets restriction applied to URLs of handled pages. Default value is UrlRestriction.ROOT_AND_SUB_FOLDERS.

Definition:

@property
def page_url_restriction(self):
    ...
@page_url_restriction.setter
def page_url_restriction(self, value):
    ...

See Also