Articles in this section
Category / Section

How do I make the application specific state of Suite Controls be serialized into a file system that might roam?

1 min read

 

By default, the persisted info of Suite Controls is scoped by the User, Domain, and Assembly. You can also include Roaming capabilities as follows in the Main method of your app or in your Form’s constructor. Take a look at the class reference for more information.

[C#] // This method should be called in the very beginning of the app, before // any controls get initialized.AppStateSerializer.InitializeSingleton(SerializeMode.IsolatedStorage, "SyncfusionToolsStateInfo", IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain | IsolatedStorageScope.User | IsolatedStorageScope.Roaming); [VB.NET] ’ This method should be called in the very beginning of the app, before ’ any controls get initialized.AppStateSerializer.InitializeSingleton(SerializeMode.IsolatedStorage, "SyncfusionToolsStateInfo", IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain | IsolatedStorageScope.User | IsolatedStorageScope.Roaming)



Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied