struct SyncScheme in module com::sun::star::sync::

(Global Index)

Syntax

struct SyncScheme;

Description

contains the scheme name of this SyncScheme

Field Summary

Scheme contains the scheme name of this SyncScheme

Root contains the root for this SyncScheme

Field Details



Scheme

Syntax

string Scheme;

Description

contains the scheme name of this SyncScheme


Root

Syntax

string Root;

Description

contains the root for this SyncScheme

Top of Page