Sitecore.Modules.WeBlog.Model.TemplatesMapping.GetFieldValue C# (CSharp) Méthode

GetFieldValue() protected méthode

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