Harmon.ie SDK
Loading...
Searching...
No Matches
Harmonie.SDK.UploadItemData Class Reference

Represents the data of the uploaded item. More...

Inheritance diagram for Harmonie.SDK.UploadItemData:
Harmonie.SDK.IUploadItemData

Properties

string this[string key] [get, set]
 Accessor for string properties in the property bag associated with the item.
 
IProperties Properties [get]
 Returns the property bag associated with the item. Used to pass information along with the item as well as for queries about the item state.
 
virtual IWrappedMap Fields [get]
 Returns a dictionary<string, MetaDataValue> of the metadata and internal fields of the item.
 
virtual string DestinationName [get, set]
 Returns or sets the proposed name of the item in SharePoint.
 
virtual OverwriteAction OverwriteAction [get, set]
 Returns or sets the overwrite behavior of the item (what to do if the item already exists in SharePoint).
 
bool ChooseContentType [get, set]
 Returns or sets true if you want to let the user select the content type during upload, or false to choose the default content type.
 
bool IsUploaded [get, set]
 Returns or sets true if the item was uploaded to SharePoint, false if not.
 
IUploadItemContentLibraryData ContentLibraryData [get, protected set]
 Returns the IUploadItemContentLibraryData interface of the uploaded item.
 
virtual UploadMethod UploadMethod [get, set]
 Returns or sets the method which was used to upload the item (e.g copy&paste, drag&drop).
 
- Properties inherited from Harmonie.SDK.IUploadItemData

Detailed Description

Represents the data of the uploaded item.

Property Documentation

◆ ChooseContentType

bool Harmonie.SDK.UploadItemData.ChooseContentType
getset

Returns or sets true if you want to let the user select the content type during upload, or false to choose the default content type.

Implements Harmonie.SDK.IUploadItemData.

◆ ContentLibraryData

IUploadItemContentLibraryData Harmonie.SDK.UploadItemData.ContentLibraryData
getprotected set

Returns the IUploadItemContentLibraryData interface of the uploaded item.

Implements Harmonie.SDK.IUploadItemData.

◆ DestinationName

virtual string Harmonie.SDK.UploadItemData.DestinationName
getset

Returns or sets the proposed name of the item in SharePoint.

Implements Harmonie.SDK.IUploadItemData.

◆ Fields

virtual IWrappedMap Harmonie.SDK.UploadItemData.Fields
get

Returns a dictionary<string, MetaDataValue> of the metadata and internal fields of the item.

Implements Harmonie.SDK.IUploadItemData.

◆ IsUploaded

bool Harmonie.SDK.UploadItemData.IsUploaded
getset

Returns or sets true if the item was uploaded to SharePoint, false if not.

Implements Harmonie.SDK.IUploadItemData.

◆ OverwriteAction

virtual OverwriteAction Harmonie.SDK.UploadItemData.OverwriteAction
getset

Returns or sets the overwrite behavior of the item (what to do if the item already exists in SharePoint).

Implements Harmonie.SDK.IUploadItemData.

◆ Properties

IProperties Harmonie.SDK.UploadItemData.Properties
get

Returns the property bag associated with the item. Used to pass information along with the item as well as for queries about the item state.

Implements Harmonie.SDK.IUploadItemData.

◆ this[string key]

string Harmonie.SDK.UploadItemData.this[string key]
getset

Accessor for string properties in the property bag associated with the item.

Implements Harmonie.SDK.IUploadItemData.

◆ UploadMethod

virtual UploadMethod Harmonie.SDK.UploadItemData.UploadMethod
getset

Returns or sets the method which was used to upload the item (e.g copy&paste, drag&drop).

Implements Harmonie.SDK.IUploadItemData.


The documentation for this class was generated from the following file: