Harmon.ie SDK
|
Represents the data of the uploaded item. More...
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). | |
![]() |
Represents the data of the uploaded item.
|
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.
|
getprotected set |
Returns the IUploadItemContentLibraryData interface of the uploaded item.
Implements Harmonie.SDK.IUploadItemData.
|
getset |
Returns or sets the proposed name of the item in SharePoint.
Implements Harmonie.SDK.IUploadItemData.
|
get |
Returns a dictionary<string, MetaDataValue> of the metadata and internal fields of the item.
Implements Harmonie.SDK.IUploadItemData.
|
getset |
Returns or sets true if the item was uploaded to SharePoint, false if not.
Implements Harmonie.SDK.IUploadItemData.
|
getset |
Returns or sets the overwrite behavior of the item (what to do if the item already exists in SharePoint).
Implements Harmonie.SDK.IUploadItemData.
|
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.
|
getset |
Accessor for string properties in the property bag associated with the item.
Implements Harmonie.SDK.IUploadItemData.
|
getset |
Returns or sets the method which was used to upload the item (e.g copy&paste, drag&drop).
Implements Harmonie.SDK.IUploadItemData.