Keyoti RapidSpell Silverlight API Docs
DictFileUri Property
APIKeyoti.RapidSpellRapidSpellDialogDictFileUri
Keyoti RapidSpell Silverlight
Uri of the Dict File to use for main dictionary. See remarks.
Declaration Syntax
C#Visual BasicVisual C++F#
public string DictFileUri { get; set; }
Public Property DictFileUri As String
	Get
	Set
public:
property String^ DictFileUri {
	String^ get ();
	void set (String^ value);
}
member DictFileUri : string with get, set
Property Value
Remarks
Can be used 2 ways;

1. Add the .dict file to the application project and mark as Build Action -> Content in properties. Set DictFileUri (this property) to the name of the .dict file.

2. Host the .dict file on the web-server hosting the application, and set this property to the absolute URL of the .dict file. Hint: the URL of the .xap can be gained dynamically using App.Current.Host.Source in your code.

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)