Interface SharepointExternalFileExtended

interface SharepointExternalFileExtended {
    archived?: boolean;
    attribute?: string;
    author: string;
    documentId: string;
    elementAttribute?: string;
    elementHash?: string;
    elementType?: string;
    md5: string;
    name: string;
    organizationId: string;
    projected?: boolean;
    type: "sharepoint";
}

Hierarchy (View Summary)

Properties

archived?: boolean
attribute?: string
author: string
documentId: string
elementAttribute?: string
elementHash?: string
elementType?: string
md5: string
name: string
organizationId: string
projected?: boolean
type: "sharepoint"