Search Results for

    Show / Hide Table of Contents

    Enum FileSystemObjectType

    Specifies the file system object type.

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum FileSystemObjectType : int

    File

    Enumeration whose values specify whether the object is a file. The value = 0.

    Folder

    Enumeration whose values specify whether the object is a folder. The value = 1.

    Invalid

    Enumeration whose values specify whether the object is invalid. The value = -1.

    Web

    Enumeration whose values specify whether the object is a site. The values = 2.

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer