describeWHFSType | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Function describeWHFSType

    • Parameters

      • type: string | number
      • options: { allowMissing?: boolean; metaType: "fileType" }

      Returns Promise<FileTypeInfo>

    • Parameters

      • type: string | number
      • options: { allowMissing?: boolean; metaType: "folderType" }

      Returns Promise<FolderTypeInfo>

    • Parameters

      • type: string | number
      • options: { allowMissing: true; metaType?: "fileType" | "folderType" }

      Returns Promise<null | WHFSTypeInfo>

    • Parameters

      • type: string | number

      Returns Promise<WHFSTypeInfo>