Beispiel #1
0
        public override bool GetValue(IFieldSet fields, IPage page = null)
        {
            string value = fields.GetComponentLinkedValue(SchemaFieldName, IsLinkedFieldMetadata, ComponentFieldName);

            return(ParseString(value));
        }
 public override string GetValue(IFieldSet fields)
 {
     return fields.GetComponentLinkedValue(SchemaFieldName, IsLinkedFieldMetadata, ComponentFieldName);
 }
 public override string GetValue(IFieldSet fields, IPage page = null)
 {
     return(fields.GetComponentLinkedValue(SchemaFieldName, IsLinkedFieldMetadata, ComponentFieldName));
 }
 public override bool GetValue(IFieldSet fields, IPage page = null)
 {
     string value = fields.GetComponentLinkedValue(SchemaFieldName, IsLinkedFieldMetadata, ComponentFieldName);
     return ParseString(value);
 }