IResultListTResult Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Provides the result of a list or search operation.

Namespace: ContentStudio.Model
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IResultList<TResult>

Type Parameters

TResult
The type of data returned in the result

The IResultListTResult type exposes the following members.

Properties

  NameDescription
Public propertyResult
Gets the result of the search or list operation.
Top
Remarks

This interface was added in Content Studio version 5.3
See Also

Reference