Click or drag to resize
IFullNameInfoProvider Interface
Interface for InfoProvider class which uses full name as info identifier.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public interface IFullNameInfoProvider

The IFullNameInfoProvider type exposes the following members.

Methods
  NameDescription
Public methodGetFullNameDictionary
Creates new caching collection for objects addressed by full name
Public methodGetFullNameWhereCondition
Gets the where condition that searches the object based on the given full name.
Top
See Also