RatedContentRestrictions.GetRestrictionLevelAsync Method

Definition

Gets the policy that applies to a piece of content, for content browsing and consumption.

public:
 virtual IAsyncOperation<ContentAccessRestrictionLevel> ^ GetRestrictionLevelAsync(RatedContentDescription ^ RatedContentDescription) = GetRestrictionLevelAsync;
IAsyncOperation<ContentAccessRestrictionLevel> GetRestrictionLevelAsync(RatedContentDescription const& RatedContentDescription);
public IAsyncOperation<ContentAccessRestrictionLevel> GetRestrictionLevelAsync(RatedContentDescription RatedContentDescription);
function getRestrictionLevelAsync(RatedContentDescription)
Public Function GetRestrictionLevelAsync (RatedContentDescription As RatedContentDescription) As IAsyncOperation(Of ContentAccessRestrictionLevel)

Parameters

RatedContentDescription
RatedContentDescription

The rated content info.

Returns

This method returns these values:

Applies to