Interface IAccountInfoProvider
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Declares members for AccountInfo management.
[Obsolete("Use CMS.DataEngine.IInfoProvider<AccountInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<AccountInfo>.Instance property.")]
[ObsoleteSince(29, 0)]
public interface IAccountInfoProvider : IInfoProvider<AccountInfo>, IInfoByIdProvider<AccountInfo>, IInfoByGuidProvider<AccountInfo>
- Inherited Members
- Extension Methods