Table of Contents

Interface IRequestable

Namespace
PnP.Core.Model
Assembly
PnP.Core.dll

Defines the very basic interface for every object that is somehow requestable through an external querying system

public interface IRequestable

Properties

Requested

Was this object requested, a collection with 0 items and Requested == false was never loaded

bool Requested { get; set; }

Property Value

bool