iControl.SecurityIPIntelligenceFeedList.get_feed_default_blacklist_category C# (CSharp) Method

get_feed_default_blacklist_category() private method

private get_feed_default_blacklist_category ( string lists, string feeds ) : string[][]
lists string
feeds string
return string[][]
        public string[][] get_feed_default_blacklist_category(
		string [] lists,
		string [] [] feeds
	)
        {
            object [] results = this.Invoke("get_feed_default_blacklist_category", new object [] {
                lists,
                feeds});
            return ((string [] [])(results[0]));
        }
SecurityIPIntelligenceFeedList