Key.file
Property Description |
The file object of the key. |
Type |
|
Module |
|
Parent Object |
|
Methods and Properties |
|
Since |
2019.2 |
Syntax
Important:
The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/keyControl Module Script Samples.
// Add additional code
...
var key = keyControl.createKey();
key.file = file.load(422);
...
// Add additional code