Aurora.Addon.HyperGrid.HGAssetService.GetExists C# (CSharp) Method

GetExists() private method

private GetExists ( string id ) : bool
id string
return bool
        public override bool GetExists(string id)
        {
            return base.GetExists(id);
        }