• Generates a list of full URLs and storage folder/filename combinations for storing the resources, metadata, and thumbnail of an item.

    Parameters

    • portalSharingUrl: string

      Server/sharing

    • itemId: string

      Id of item

    • thumbnailUrlPart: string

      Partial path to the thumbnail held in an item's JSON

    • resourceFilenames: string[]

      List of resource filenames for an item, e.g., ["file1", "myFolder/file2"]

    • isGroup: boolean = false

      Boolean to indicate if the files are associated with a group or item

    • storageVersion: number = 0

      Version of the Solution template

    Returns ISourceFileCopyPath[]

    List of item files' URLs and folder/filenames for storing the files