Eyeon:Script/Reference/Applications/eyeonServer/Classes/eyeonServer/OpenLibrary

From VFXPedia

< Eyeon:Script | Reference | Applications | eyeonServer | Classes | eyeonServer
Revision as of 14:01, 9 December 2006 by Peter (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

eyeonServer : OpenLibrary()

Arguments

OpenLibrary(name, username, password)

  • name(required, String)

The name of the bin library to open. Most of the time, this library will simply be called "Library"

  • username(optional, String)

The username to access the bins with.

  • password(optional, String)

The password associated to the username passed to the function.

Returns

A bin library object that can be controlled with script.

Remarks

OpenLibrary allows eyeonScript to make a connection to an associated library object. From this object, one could theoretically create folders and bin items. The associate functions are documented below.

Requirements

  • eyeonScript 5.01
  • Fusion 5.01

Examples

es = eyeonServer("localhost") lib = es:OpenLibrary("Library", "Kane","Rosebud")


Tips for OpenLibrary (edit)

EyeonTips:Script/Reference/Applications/eyeonServer/Classes/eyeonServer/OpenLibrary