SharePoint Integrator V4 - Online Help
SharePoint Integrator V4
Questions / Feedback?

ColumnDisplayName Property

The name that will be displayed while viewing Lists in SharePoint.

Object Oriented Interface

public function getColumnDisplayName($columnindex);
public function setColumnDisplayName($columnindex, $value);

Procedural Interface

insp_spsite_get($res, 5 , $columnindex);
insp_spsite_set($res, 5, $value , $columnindex);

Default Value

''

Remarks

The name that will be displayed while viewing Lists in SharePoint. ColumnDisplayName is different from the actual schema column name of the List, which is provided by ColumnName.

The size of the array is controlled by the ColumnCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0