Information about a resource to be copied into an item.

interface ISourceFile {
    file: File;
    filename: string;
    folder: string;
    itemId: string;
}

Properties

file: File

Resource file

filename: string

Resource's filename

folder: string

Resource's "folder"--the prefix before the filename

itemId: string

The portal item id, e.g., "4efe5f693de34620934787ead6693f19", that supplies the resource