IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

CreateLinkOptionsAccessLevel Property

The access level for the link.

Object Oriented Interface

public function getCreateLinkOptionsAccessLevel();
public function setCreateLinkOptionsAccessLevel($value);

Procedural Interface

ipworkscloud_sharefile_get($res, 3 );
ipworkscloud_sharefile_set($res, 3, $value );

Default Value

0

Remarks

The access level for the link.

This property 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 property see UpdateLink.

This property is not available at design time.

Data Type

Integer

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