Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

AuditTrailServiceRoot.SetXPDictionaries(IList<XPDictionary>) Method

Namespace: DevExpress.Persistent.BaseImpl.AuditTrail.Services

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.2.dll

Declaration

public void SetXPDictionaries(
    IList<XPDictionary> dictionaries
)

Parameters

Name Type
dictionaries IList<XPDictionary>
See Also