Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxSchedulerStorage.SynchronizeStorageWithOutlook(String) Method

For internal use. Calls the method of the same name for the base class.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public override void SynchronizeStorageWithOutlook(
    string outlookEntryIdFieldName
)

Parameters

Name Type Description
outlookEntryIdFieldName String

A String, representing the name of the string data field which contains the GUIDs of appointments.

See Also