IAppLinkEntry Interface

Definition

Interface that represents a deep application link in an app link search index.

public interface IAppLinkEntry
type IAppLinkEntry = interface
Derived

Properties

AppLinkUri

Gets or sets an application-specific URI that uniquely describes content within an app.

Description

Gets or sets a description that appears with the item in search results.

IsLinkActive

Gets or sets a value that tells whether the item that is identified by the link entry is currently open.

KeyValues

Gets a dictionary of application-specific key-value pairs.

Thumbnail

Gets or sets a small image that appears with the item in search results.

Title

Gets or sets the title of the item.

Applies to

See also