Search Results for

    Show / Hide Table of Contents

    Class ResultCollection<T>

    Inheritance
    System.Object
    ResultCollection<T>
    Namespace: PnP.Framework.Utilities.REST
    Assembly: PnP.Framework.dll
    Syntax
    public class ResultCollection<T> : object
    Type Parameters
    T

    Properties

    Items

    Declaration
    public IEnumerable<T> Items { get; set; }
    Property Value
    IEnumerable<T>

    NextLink

    Declaration
    public string NextLink { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer