Sitecore.Modules.WeBlog.Model.TemplatesMapping.GetFieldValue C# (CSharp) Method

GetFieldValue() protected method

protected GetFieldValue ( System.Item templatesMappingItem, ID fieldName ) : string
templatesMappingItem System.Item
fieldName ID
return string
        protected string GetFieldValue(Item templatesMappingItem, ID fieldName)
        {
            return templatesMappingItem.Fields[fieldName]?.Value;
        }