ItemShare

Date

2/1/2024 - 8:16:35 PM

Export

Constructors

Properties

Methods

Constructors

Properties

apiClient: APIClient

Methods

  • Share an item.

    Parameters

    • param0: {
          email: string;
          metadata: string;
          parent: string;
          type: "file" | "folder";
          uuid: string;
      }
      • email: string
      • metadata: string
      • parent: string
      • type: "file" | "folder"
      • uuid: string

    Returns Promise<void>

    Date

    2/9/2024 - 4:27:13 AM

    Async

Generated using TypeDoc