0
零計數
Sitecore的回報場「場」在SocialProfiles零計數,但社交網絡在這個領域確實存在。我如何獲得需要的領域?Sitecore的回場「場」在SocialProfiles
var socialProfileManager = new SocialProfileManager();
var twitterNetwork = allProfiles.FirstOrDefault(x => x.NetworkName == "Twitter");
if (twitterNetwork.Fields.Count != 0) //Dicitionary "Fields" is empty here
{
...
}