Share via


QuickViewResponse Class

Definition

SharePoint GetQuickView response object.

public class QuickViewResponse
type QuickViewResponse = class
Public Class QuickViewResponse
Inheritance
QuickViewResponse

Constructors

QuickViewResponse()

Initializes a new instance of the QuickViewResponse class.

Properties

Data

Gets or Sets data for the quick view.

ExternalLink

Gets or Sets the external link parameters of type ExternalLinkActionParameters.

FocusParameters

Gets or Sets focus parameters of type FocusParameters.

PostSsoViewId

Gets or Sets a value which tells the client what view to load after SSO is complete.

RequiresSso

Gets or Sets a value indicating whether the client to trigger a single sign on flow.

Template

Gets or Sets data for the quick view template of type AdaptiveCards.AdaptiveCard.

Title

Gets or Sets title of type String.

ViewId

Gets or Sets view Id of type String.

Applies to