Interface ControlFileApiBase

Methods related to files.

interface ControlFileApiBase {
    getFileRestrictions(category?: string): FileRestrictions;
}

Hierarchy (view full)

Methods

  • Returns the restrictions of the control's file category.

    Parameters

    • Optionalcategory: string

      {string} Get restrictions for the file category name.

    Returns FileRestrictions

    The file restrictions that should be applied.