TargetedContentSubscriptionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents options for a subscription in form of CloudQuery Parameters, Local Filters and Partial Content Availability.
public ref class TargetedContentSubscriptionOptions sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.TargetedContent.TargetedContentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TargetedContentSubscriptionOptions final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.TargetedContent.TargetedContentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TargetedContentSubscriptionOptions
Public NotInheritable Class TargetedContentSubscriptionOptions
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Services.TargetedContent.TargetedContentContract (introduced in v1.0)
|
App capabilities |
secondaryAuthenticationFactor
targetedContent
|
Properties
AllowPartialContentAvailability |
Gets or Sets the Partial Content Availability for the TargetedContentSubscription object. |
CloudQueryParameters |
Gets a collection of Cloud Query parameters for the TargetedContentSubscription object. |
LocalFilters |
Gets a collection of Local Filters for the TargetedContentSubscription object. |
SubscriptionId |
Gets the ID of a Subscription. |
Methods
Update() |
Updates the TargetedContentSubscriptionOptions object for a subscription. |