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

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

Sets or gets a value indicating if only this column should be returned. The default value is false.

Namespace: ContentStudio.Site.ActiveScripting.EPT
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool ReturnOnlyThisColumn { get; set; }

Property Value

Type: Boolean
Remarks

Setting this property to true can be useful when you want customized data to be displayed only in one column. All other columns will be ignored if you set this to true, but you can still use the fields specified as return fields in XMLFields 2-20 (ReturnFieldsInResult).
See Also

Reference