Skip to main content

ICASharePointDocumentFieldMapping

@spartanfx/react v1.2.2


@spartanfx/react / codeapps / ICASharePointDocumentFieldMapping

Interface: ICASharePointDocumentFieldMapping

Field mapping for generated SharePoint document-library services. The defaults match the synthetic fields emitted by Power Apps Code Apps for SharePoint document libraries.

Properties

PropertyTypeDescription
created?stringCreated timestamp field. Defaults to Created.
folderPath?string[]Candidate parent-folder path fields.
fullPath?string[]Candidate full server-relative path fields.
id?stringRecord id used for generated service mutations. Defaults to ID.
identifier?stringStable SharePoint file/folder identifier. Defaults to {Identifier}.
isFolder?stringBoolean folder marker. Defaults to {IsFolder}.
link?stringDirect browser link field. Defaults to {Link}.
modified?stringModified timestamp field. Defaults to Modified.
modifiedBy?stringModified-by field. Defaults to Editor.
modifiedByEmail?stringModified-by email field, when available.
name?string[]Candidate display-name fields.
size?stringFile size field, when available.