Ejemplo n.º 1
0
 /// <summary>
 /// Gets the sites delimiting token for the current site
 /// </summary>
 static public string GetSiteDelimiterToken(IInputContext context)
 {
     // Put the keyphrase delimiter into the XML so the skins can let the user know
     return context.GetSiteOptionValueString("KeyPhrases", "DelimiterToken");
 }