IAdmListItemTypeInfo

The IAdmListItemTypeInfo interface provides information about items of the same type and object class in the IAdmListItems list.

Inheritance: IUnknown

For information on how to use the IAdmListItemTypeInfo interface, see IAdmListItems::GetItemTypes.

Properties

  • Property

  • Description

  • Count

  • Gets the number of list items.

  • ItemType

  • Gets the type of list items.

  • SubType

  • Gets the object class of list items.

Details

Count

Gets the number of list items.

  • Type:
  • int
  • Access:
  • Read-only

ItemType

Gets the type of list items.


SubType

Gets the object class of list items.

  • Type:
  • string
  • Access:
  • Read-only

Remarks

The property is null for list items that represent non-directory objects.


Requirements

Minimum required version: 2018.1

See also