ISchemaCommonField(String) Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchemaField Field(
string fieldName
)
Function Field (
fieldName As String
) As ISchemaField
ISchemaField^ Field(
String^ fieldName
)
abstract Field :
fieldName : string -> ISchemaField Parameters
- fieldName String
- Name of the field. All schema field names must be valid XML element names.
Return Value
ISchemaFieldField with matching name. If matching name doesn't exist, returns null.
See Also