Show / Hide Table of Contents

    Class StorageListOptions

    Storage listing options.

    Inheritance
    System.Object
    StorageListOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.SaveSystem.Storage
    Assembly: Bayat.SaveSystem.Runtime.dll
    Syntax
    public class StorageListOptions

    Properties

    | Improve this Doc View Source

    MaxResults

    When set, limits the maximum amount of results. The count affects all object counts, including files and folders.

    Declaration
    public int? MaxResults { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Recurse

    When true, operation will recursively navigate down the folders.

    Declaration
    public bool Recurse { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    • 0 Comments