ISchemaFieldDefinitionsItemByPrefix Method
|
Retrieves an Ingeniux proprietary field type by its prefix.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchemaFieldType ItemByPrefix(
string prefix
)
Function ItemByPrefix (
prefix As String
) As ISchemaFieldType
ISchemaFieldType^ ItemByPrefix(
String^ prefix
)
abstract ItemByPrefix :
prefix : string -> ISchemaFieldType Parameters
- prefix String
- Prefix of the field type.
Return Value
ISchemaFieldTypeField type with matching prefix. If this prefix doesn't exist, returns null.
Remarks
In addition to all XPower elements having corresponding prefixes like "xpowercomponent_" or "xpowernavigation_", HTML elements could have either "dhtml_" or "xhtml_" prefixes.
See Also