CitationElement Constructor (String, String, String, String)
Namespace: SobekCM.Core.UI_Configuration.CitationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public CitationElement(
string MetadataTerm,
string DisplayTerm,
string SearchCode,
string ItemProp
) |
Parameters
- MetadataTerm
- Type: System..::..String
Metadata term this citation element displays (or a unique value)
- DisplayTerm
- Type: System..::..String
Default display term for this citation element
- SearchCode
- Type: System..::..String
SobekCM search code, if this element should be clickable
to initiate a search within SobekCM
- ItemProp
- Type: System..::..String
Schema.org microdata tag to include for this element
See Also