IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

ShareFileLink Type

A ShareFile share link.

Remarks

Represents a share link retrieved from ShareFile.

Fields

AccessLevel
ShareFileLinkAccessLevels

The access level for the link.

This field reflects the link's access level. Possible values are:

  • 0 (sflalAnonymous)
  • 1 (sflalUserInfo)*
  • 2 (sflalEmployeesAndClients)
  • 3 (sflalEmployeesOnly)
*Requires a user to provide a first name, last name, email, and company. To modify this field see UpdateLink.

CreationDate
String

The date the link was created.

This field specifies the date when the link was created. Dates are formatted according to ISO 8601 and are always in UTC time.

ExpirationDate
String

The expiration date for the link.

This field specifies the expiration date for when the link will no longer be valid. To modify this field see UpdateLink.

Id
String

The id of the link.

This field specifies the id of the link.

IsViewOnly
Boolean

If the share items can only be viewed.

If true, the share items can only be viewed but not downloaded. Requires account preference EnableViewOnly to work. This feature can be enabled for Enterprise accounts by request.

MaxDownloads
Integer

The maximum downloads for a link.

The field specifies the number of downloads for a link. "-1" indicates an unlimited number of downloads. The field is always "-1" if the type is request. To modify this field see UpdateLink.

NotifyOnAccess
Boolean

If the creator is notified when a user accesses the link.

This field if the creator of the link will be notified when a user accesses the link. Note: When creating the link this property will not be populated until a subsequent call to GetLinkInfo or ListLinks.

Title
String

The title of the link.

This field specifies the title of the link. To modify this field see UpdateItemInfo.

TotalDownloads
Integer

Total number of times the link has been downloaded from.

This field specifies the number of times an item has been downloaded from it.

Type
ShareFileLinkTypes

The link's type.

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

  • 0 (sfltSend)
  • 1 (sfltRequest)

URL
String

The url for the link.

This field specifies the url for the link.

Constructors

public ShareFileLink();
Public ShareFileLink()

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