IPWorks Cloud 2020 macOS Edition

Questions / Feedback?

CreateLinkOptions Property

Used to set the different options when creating a new link.

Syntax

public var createLinkOptions: ShareFileLink {
get {...}
set {...} }

Remarks

Used to set the different options when creating a new ShareFileLink. These options can be set:

  • AccessLevel
  • ExpirationDate
  • IsViewOnly*
  • MaxDownloads
  • NotifyOnAccess
  • Title
*See IsViewOnly for restrictions.
ShareFileLink createLinkOptions = new ShareFileLink();
createLinkOptions.AccessLevel = ShareFileLinkAccessLevels.sflalEmployeesAndClients;
createLinkOptions.MaxDownloads = 5;
createLinkOptions.Title = "name";
createLinkOptions.ExpirationDate = "2099-01-01";
shareFile.CreateLinkOptions = createLinkOptions;

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