Information for storing a resource in a storage item.

interface ISourceFileCopyPath {
    filename: string;
    folder: string;
    itemId: string;
    url: string;
}

Properties

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

url: string

URL where a resource, metadata, or thumbnail of an item or group can be found