[This is preliminary documentation and is subject to change.]

ItemInfo is the business object that is used to capture information during the creation or editing of a feature item. The AdminControlLocation and UserControlLocation contain the values of the dynamically loaded User Controls that are used by the Extranet framework to provide a particular feature.

Namespace:  OfficeClip.BusinessLayer.Extranet
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public class ItemInfo
Visual Basic (Declaration)
Public Class ItemInfo
Visual C++
public ref class ItemInfo

Inheritance Hierarchy

System..::.Object
  OfficeClip.BusinessLayer.Extranet..::.ItemInfo

See Also