Skip to main content
Version: 1.1.0

ICASharePointRawItem

@spartanfx/react v1.1.0


@spartanfx/react / codeapps / ICASharePointRawItem

Interface: ICASharePointRawItem

Lightweight raw file/folder shape returned by the consumer's connector service adapter. Field names mirror the SharePoint REST surface, but the consumer is free to map from whatever shape their generated client provides.

Properties

PropertyTypeDescription
createdAt?stringCreated timestamp ISO string.
idstringUnique identifier (UniqueId / etag).
modifiedAt?stringLast modified timestamp ISO string.
modifiedByEmail?stringEmail of the user who last modified the item.
modifiedByName?stringDisplay name of the user who last modified the item.
namestringDisplay name including extension.
serverRelativeUrlstringServer-relative URL (e.g. /sites/site/Shared Documents/foo.pdf).
size?numberSize in bytes (folders typically 0/undefined).
type"folder" | "file"Item type.