SynchInterval property

Sets or returns the interval (in minutes) between synchronization attempts. The range is from 5 to 60 minutes. An error is returned if a specified value is not within that range.

Syntax


C++

HRESULT get_SynchInterval(LONG* pSynchInterval)

HRESULT put_SynchInterval(LONG MySynchInterval)

Scripting languages

SynchInterval = Object.SynchInterval

Object.SynchInterval = SynchInterval

Home

Applies to

IERUDocumentumSettings