TreeINFO-For-M365 documentation
    Preparing search index...

    Interface ListWpContentTypesAvailability

    Configures what content types are available to the user. This includes dropdown list of the "+ Add" button and wether the user can drag&drop files.

    Example:

    {
    "ContentTypesAvailability": {
    "ROOT": ["File"],
    "File": ["Folder", "File document"],
    "Folder": ["Folder", "File document"]
    }
    }

    Multi-language Example:

    {
    "ContentTypesAvailability": {
    "ROOT": ["Spis", "File"],
    "File": ["Folder", "File document"],
    "Folder": ["Folder", "File document"],
    "Spis": ["Složka", "Dokument spisu"],
    "Složka": ["Složka", "Dokument spisu"]
    }
    }
    interface ListWpContentTypesAvailability {
        ROOT?: string[];
        [ContentTypeName: string]: string[];
    }

    Indexable

    • [ContentTypeName: string]: string[]

      List of content types that are available when user is within a folder of certain content Type.

    Index

    Properties

    Properties

    ROOT?: string[]

    List of content types that are available when user is at the root of a ListWp.