Skip to main content
All docs
V25.2
  • AuditTrailServiceBase.SetXPDictionaries(IList<XPDictionary>) Method

    Namespace: DevExpress.Persistent.BaseImpl.AuditTrail.Services

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

    NuGet Package: DevExpress.Persistent.BaseImpl.Xpo

    Declaration

    public void SetXPDictionaries(
        IList<XPDictionary> dictionaries
    )

    Parameters

    Name Type
    dictionaries IList<XPDictionary>
    See Also