IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

ShareFileItem Type

A ShareFile Item.

Remarks

Represents an Item retrieved from ShareFile. Typically, the component deals with folder and file items types.

Fields

CreationDate
String

The date when the item was created.

This field specifies the creation date of the item. Dates are formatted according to ISO 8601 and are always in UTC time.

CreatorFirstName
String

The first name of the creator.

This field specifies first name of the creator.

CreatorLastName
String

The last name of the creator.

This field specifies last name of the creator.

Description
String

The description of the item.

This field specifies the description of the item. To modify this field see UpdateItemInfo.

ExpirationDate
String

The expiration date for the item.

This field specifies the expiration date for the item. After the date ShareFile will move the item into the recycle bin. To modify this field see UpdateItemInfo.

Id
String

The id of the item.

This field specifies the id for the item.

Name
String

The name of the item.

This field specifies the name of the item. For example, a files name might be example.txt while a folder might be exampleFolder. To modify this field see UpdateItemInfo.

ParentId
String

The id of the parent item.

This field specifies the id of the parent item. For example, if the current item is a file in the exampleFolder folder then the ParentId will be the id of the exampleFolder item. To modify this field see UpdateItemInfo.

Path
String

The path to the parent folder for an item.

The field specifies the path from the virtual root to the parent folder for an item. This path is determined by ShareFile.

Size
Long

The size of the item.

The field specifies the size of the item. If the item is a file then the size will be in KB and contain the size of the file. If the item is a folder then it will be the size of the children items, recursively.

Type
ShareFileItemTypes

The item's type.

This field reflects the item's type. Possible values are:

  • 0 (sfitFile)
  • 1 (sfitFolder)
  • 2 (sfitLink)*
  • 3 (sfitNote)
  • 4 (sfitSymbolicLink)*
*In reference to a folder link rather then a link created by one of the component methods or found in the Links collection.

Constructors

public ShareFileItem();
Public ShareFileItem()

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]