Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

SetFileCloudProperties Function

Overview

The SetFileCloudProperties function allows certain properties to be changed within a cloud connection.

Syntax/Parameters

Syntax

int = SetFileCloudProperties ( string name | int index, string params | string params [] );

Parameters

name

A string containing the cloud name to retrieve the properties. Or,

index

An int specifying a zero-based index to the file connector array. 

params

A string or string array of the connection parameters. If a simple string is provided, the string must be in property: value; format. In array mode, the key names must match the property names listed below in the Remarks. Note that certain parameters are ignored.

Return Value

An int containing the index of the added connection or a formatted error code on failure.

Remarks

The SetFileCloudProperties function allows certain properties within a connection to be altered. The key or property names are as follows:

  Key/Property Name   Description
       
  CloudName   Ignored.
  Scheme   Ignored.
  DisplayName   An optional display name. This can be used to provide a friendly name for the connection.
  Description   An optional general description of the connection.
  ServerDomain   Ignored.
  ServletPath   Ignored.
  UseSecureLink   Ignored.
  Port   Ignored.
  Owner   An optional owner of the connection.
  Key   Ignored.
  UserID   Ignored.
  UserPW   Ignored.
  CallerWordA   Translated to a 32-bit value from hex or decimal. This value is specifically related to script or other non-specific application data. It is not used by the cloud connection manager.
  CallerWordB   Translated to a 32-bit value from hex or decimal. This value is specifically related to script or other non-specific application data. It is not used by the cloud connection manager.
  CallerStringA   A string of up to 512 characters. This value is specifically related to script or other non-specific application data. It is not used by the cloud connection manager.
  CallerStringB   A string of up to 512 characters. This value is specifically related to script or other non-specific application data. It is not used by the cloud connection manager.

Any parameters not set are ignored and the value will not be changed.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic