RoyalDocument
General
CustomImageName
Type: string
, Default Value: Empty String
A custom image name from a pre-defined set of images
Name
Type: string
, Default Value: Empty String
The display name of the object.
Description
Type: string
, Default Value: Empty String
The description text of the object.
Favorite
Type: bool
, Default Value: false
Whether or not the object is a favorite.
ColorFromParent
Type: bool
, Default Value: false
Use the Color value from the parent folder.
Color
Type: string
, Default Value: Empty String
Assign a custom color as hex string to the object (#FF0000 for red). Empty string is the default color value (no custom color assigned).
ColorName
Type: string
, Default Value: Empty String
Assign a color from a color palette to the object. If both, a color name and a custom color (hex string) are provided, the color name is preferred.
AutoSaveOnClose
Type: bool
, Default Value: false
If set to true, the document is automatically saved when it's closed.
AutoSaveAfterChange
Type: bool
, Default Value: false
If set to true, the document is automatically saved after it has been changed.
SaveOption
Type: RoyalSaveOption
, Default Value: 0
1 = Overwrite
2 = Merge
StoreFolderExpandStateInUserConfig
Type: bool
, Default Value: false
If set to true, the folder expand state will be stored in the user configuration.
StoreFavoritesInUserConfig
Type: bool
, Default Value: false
If set to true, favorites will be stored in the user configuration.
DeletedObjectRetention
Type: int
, Default Value: 30
Deleted object retention time (in days).
ID
Type: Guid
, Default Value: Guid.Empty
The unique object identifier (GUID) of the object.
ExternalID
Type: string
, Default Value: Empty String
The external unique object identifier (GUID) of the object.
Credentials
CredentialAutologon
Type: bool
, Default Value: true
Whether or not to automatically logon to the connection. Connections which do not support automatic logon will ignore this setting.
CredentialFromParent
Type: bool
, Default Value: false
Use the Credential values from the parent folder.
CredentialId
Type: Guid
, Default Value: Guid.Empty
Assign a credential object to this object by specifying the credential object's GUID.
CredentialKeyContent
Type: byte[]
, Default Value: new byte[] { }
Assign a key file to the object by embedding the key file's content.
CredentialKeyFile
Type: string
, Default Value: Empty String
Assign a key file to the object by specifying the key file's full path.
CredentialKeyMode
Type: int
, Default Value: 0
0 = Path to file
1 = Embedded
CredentialMode
Type: int
, Default Value: 0
0 = Do not use any credentials
1 = Use credentials from the parent folder
2 = Specify username and password
3 = Use an existing credential
4 = Specify a credential name
5 = Use credential from context connection (only for Connection Templates)
CredentialName
Type: string
, Default Value: Empty String
Assign a credential object to this object by specifying the credential object's name.
CredentialPassphrase
Type: string
, Default Value: Empty String
Assign a key file passphrase to the object.
CredentialPassword
Type: string
, Default Value: Empty String
Assign a password to the object.
CredentialUsername
Type: string
, Default Value: Empty String
Assign a username to the object.
Folder
IsExpanded
Type: bool
, Default Value: false
Whether or not the folder is in expanded state.
Key Sequence
KeySequence
Type: string
, Default Value: Empty String
The key sequence to be executed after the connection was successfully established.
KeySequenceEnabled
Type: bool
, Default Value: false
If set to true, the configured key sequence will be executed after the connection was successfully established.
KeySequenceFromParent
Type: bool
, Default Value: false
Use the Key Sequence values from the parent folder.
KeySequenceId
Type: Guid
, Default Value: Guid.Empty
Assign a key sequence task object to this connection by specifying the task object's GUID.
KeySequenceMode
Type: int
, Default Value: 0
0 = Specify a key sequence
1 = An existing key sequence task is assigned using the task's GUID
2 = Specify a key sequence task by name
3 = Use key sequence from parent.
KeySequenceName
Type: string
, Default Value: Empty String
Assign a key sequence task object to this object by specifying the key sequence task object's name.
Connect Task
PreConnectTaskFromParent
Type: bool
, Default Value: false
Use the Connect Task values from the parent folder.
PreConnectTaskMode
Type: int
, Default Value: 1
0 = Use connect task from parent folder
1 = Use an existing task
2 = Specify a task name.
PreConnectTaskName
Type: string
, Default Value: Empty String
Assign a task object to this object as connect task by specifying the task object's name.
PreConnectTaskId
Type: Guid
, Default Value: Guid.Empty
Assign a task object to this object as connect task by specifying the task object's GUID.
PreConnectTaskWait
Type: bool
, Default Value: false
If set to true, the connection will be started after the task finished.
PreConnectTaskConditionFirst
Type: bool
, Default Value: false
If set to true, the task will only be executed if it is the first connection in a folder to be connected.
PreConnectTaskConditionAbort
Type: bool
, Default Value: false
If set to true, the connection will be closed when the task fails (exit code <> 0).
Disconnect Task
PostDisconnectTaskFromParent
Type: bool
, Default Value: false
Use the Disconnect Task values from the parent folder.
PostDisconnectTaskMode
Type: int
, Default Value: 1
0 = Use disconnect task from parent folder
1 = Use an existing task
2 = Specify a task name.
PostDisconnectTaskName
Type: string
, Default Value: Empty String
Assign a task object to this object as disconnect task by specifying the task object's name.
PostDisconnectTaskId
Type: Guid
, Default Value: Guid.Empty
Assign a task object to this object as disconnect task by specifying the task object's GUID.
PostDisconnectTaskWait
Type: bool
, Default Value: false
If set to true, the connection will be closed after the task finished.
PostDisconnectTaskConditionLast
Type: bool
, Default Value: false
If set to true, the task will only be executed if it is the last active connection in a folder.
Royal Server
ManagementEndpointFromParent
Type: bool
, Default Value: false
Use the Royal Server values from the parent folder.
ManagementEndpointID
Type: Guid
, Default Value: Guid.Empty
Assign a Royal Server object to this object by specifying the Royal Server object's GUID.
ManagementEndpointName
Type: string
, Default Value: Empty String
Assign a Royal Server object to this object by specifying the Royal Server object's name.
Secure Gateway
SecureGatewayFromParent
Type: bool
, Default Value: false
Use the Secure Gateway values from the parent folder.
SecureGatewayUsageMode
Type: int
, Default Value: 0
0 = Never
1 = Always
2 = On Demand
SecureGatewayID
Type: Guid
, Default Value: Guid.Empty
Assign a Secure Gateway or Royal Server object to this object by specifying the Secure Gateway or Royal Server object's GUID.
Remote Desktop Gateway
RDSGatewayFromParent
Type: bool
, Default Value: false
Use the Remote Desktop Gateway values from the parent folder.
RDSGatewayUsageMode
Type: int
, Default Value: 0
0 = Never
1 = Always
2 = On Demand
RDSGatewayID
Type: Guid
, Default Value: Guid.Empty
Assign a Remote Desktop Gateway object to this object by specifying the Remote Desktop Gateway object's GUID.
RDSGatewayName
Type: string
, Default Value: Empty String
Assign a Remote Desktop Gateway object to this object by specifying the Remote Desktop Gateway object's name.
Custom Fields
CustomField1FromParent
Type: bool
, Default Value: false
Use the CustomField1 value from the parent folder.
CustomField2FromParent
Type: bool
, Default Value: false
Use the CustomField2 value from the parent folder.
CustomField3FromParent
Type: bool
, Default Value: false
Use the CustomField3 value from the parent folder.
CustomField4FromParent
Type: bool
, Default Value: false
Use the CustomField4 value from the parent folder.
CustomField5FromParent
Type: bool
, Default Value: false
Use the CustomField5 value from the parent folder.
CustomField6FromParent
Type: bool
, Default Value: false
Use the CustomField6 value from the parent folder.
CustomField7FromParent
Type: bool
, Default Value: false
Use the CustomField7 value from the parent folder.
CustomField8FromParent
Type: bool
, Default Value: false
Use the CustomField8 value from the parent folder.
CustomField9FromParent
Type: bool
, Default Value: false
Use the CustomField9 value from the parent folder.
CustomField10FromParent
Type: bool
, Default Value: false
Use the CustomField10 value from the parent folder.
CustomField11FromParent
Type: bool
, Default Value: false
Use the CustomField11 value from the parent folder.
CustomField12FromParent
Type: bool
, Default Value: false
Use the CustomField12 value from the parent folder.
CustomField13FromParent
Type: bool
, Default Value: false
Use the CustomField13 value from the parent folder.
CustomField14FromParent
Type: bool
, Default Value: false
Use the CustomField14 value from the parent folder.
CustomField15FromParent
Type: bool
, Default Value: false
Use the CustomField15 value from the parent folder.
CustomField16FromParent
Type: bool
, Default Value: false
Use the CustomField16 value from the parent folder.
CustomField17FromParent
Type: bool
, Default Value: false
Use the CustomField17 value from the parent folder.
CustomField18FromParent
Type: bool
, Default Value: false
Use the CustomField18 value from the parent folder.
CustomField19FromParent
Type: bool
, Default Value: false
Use the CustomField19 value from the parent folder.
CustomField20FromParent
Type: bool
, Default Value: false
Use the CustomField20 value from the parent folder.
CustomField1
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField2
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField3
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField4
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField5
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField6
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField7
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField8
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField9
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField10
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object.
CustomField11
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField12
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField13
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField14
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField15
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField16
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField17
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField18
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField19
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
CustomField20
Type: string
, Default Value: Empty String
Custom fields allow you to collect additional information to the object. The content of this custom field will be stored encrypted in your document.
Custom Properties
CustomPropertiesFromParent
Type: bool
, Default Value: false
Use the Custom Properties from the parent folder.
CustomProperties
Type: string
, Default Value: Empty String
Custom properties allow you to collect additional information for an object.
Notes
NotesFromParent
Type: bool
, Default Value: false
Use the Notes value from the parent folder.
Notes
Type: string
, Default Value: Empty String
Store HTML formatted notes to the object.
Changes
Created
Type: DateTime
, Default Value: DateTime.Now
The date and time the object was created.
CreatedBy
Type: string
, Default Value: Empty String
The user who initially created the object.
Modified
Type: DateTime
, Default Value: DateTime.Now
The last date and time the object was modified.
ModifiedBy
Type: string
, Default Value: Empty String
The user who last modified the object.