XmlFilterRandom Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets or sets a value indicating whether the data returned from this XmlFilter is sorted randomly.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool Random { get; set; }

Property Value

Type: Boolean
true to sort the returned data randomly; otherwise, false. Default value is false.
Remarks

Note Note
This property is new in Content Studio 5.2
When Random is true the SortCommand is ignored and data is sorted randomly.
See Also

Reference