SharepointFileInfo

JSONACCESS

This class contains all of the SharePoint data regarding a file or folder.

Implemented types

Comparable

Constructors

global SharepointFileInfo()


Fields

global ApiActionStatusstring

Used internally


Properties

global NameString

name of the file

global DisplayNameString

What is shown in the UI

global NameWithoutExtString

File Name without extension

global TypeString

Microsoft file type

global UrlString

Relatave Path on the SharePoint server

global OpenUrlString

The full URL to open the file in sharepoint

global FormatString

The extension of the file in SharePoint (zip,jpg,pdf)

global IndexInteger

Used internally

global SizeString

File size in with formatting

global ByteSizeDouble

File size in Actual bytes

global LastModifiedDatetime

SharePoint date last modified

global CreatedDateTimeString

Used internally

global CreatedByString

SharePoint user that created the file or folder

global ModifiedByString

SharePoint user that most recently modified the file or folder

global itemsList<SharepointFileInfo>

A structure to store child items related to the current SharePointFileInfo Object. This does not query child objects, it only provides a way to store related records for programmatic manipulation.

global IdString

The Sharepoint Id of the file or folder. This id the main reference field used in API calls in the ClientApi class.

global SharepointListIdstring

Used internally

global SharepointGuidstring

Used internally

global ParentIdstring

Used Internally

global CustomFieldsMap<String,String>

The values of all of the custom fields returned on the file or folder

global CustomFieldsJsonString