ContentAccessRestrictionLevel Enumeration

Restriction levels passed to RatedContentRestrictions.GetRestrictionLevelAsync Method.

Syntax

public enum class ContentAccessRestrictionLevel  

Members

Member Value Description
Allow The RatedContentRestrictions.RequestContentAccessAsync Method allows this content.
Warn Not used.
Block RequestContentAccessAsync returns false if called with this content.
Hide The content’s rating is higher than the maximum browsable age rating and should not be displayed in the content catalog. Apps can choose to either manually filter the catalog by querying RequestContentAccessAsync, or can call this method for each piece of content in the catalog.

Requirements

Namespace: Windows.Media.ContentRestrictions

Metadata: windows.winmd

See also

Reference

Windows.Media.ContentRestrictions Namespace