Symphony Framework
GetFieldReadOnlyState Method
Symphony.Conductor.Model Namespace > DataObjectBase Class : GetFieldReadOnlyState Method
Pass in the field index number.
Return the IsReadOnly state of the field defined by the passed index
Syntax
public bool GetFieldReadOnlyState( 
   int fieldIndex
)

Parameters

fieldIndex
Pass in the field index number.
Remarks
This method will return the fields IsReadOnly state given the field index number.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataObjectBase Class
DataObjectBase Members