SobekCM.Core.Aggregations.Complete_Item_Aggregation.Contains_Browse_Info C# (CSharp) Метод

Contains_Browse_Info() публичный Метод

Checks to see if a particular browse code exists in the list of browses or infos for this item aggregation
public Contains_Browse_Info ( string Browse_Code ) : bool
Browse_Code string Code for the browse or info to check for existence
Результат bool
        public bool Contains_Browse_Info(string Browse_Code)
        {
            return childPagesHash.ContainsKey(Browse_Code.ToUpper());
        }