[This is preliminary documentation and subject to change.]

Returns true if this is a container, false otherwise.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsContainer As Boolean
C#
public bool IsContainer { get; }
C++
public property bool IsContainer sealed  {
    bool get();
}
J#
/** property */
public bool get_IsContainer();
JScript
public function get IsContainer() : bool

Remarks

Returns true if this Payload represents the results of a container search, false otherwise. (A metadata search of a single item will return false for IsContainer, and the first item in the Items array will contain the single AbstractSharedMediaInfo item.)

See Also