Skip to content

Instantly share code, notes, and snippets.

@emmanuel-tissera-gs
Created August 13, 2015 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmanuel-tissera-gs/0c827024b7fab7838640 to your computer and use it in GitHub Desktop.
Save emmanuel-tissera-gs/0c827024b7fab7838640 to your computer and use it in GitHub Desktop.
Include dependent Kentico assemblies
private static void IncludeDependentAssemblies()
{
CMS.FileSystemStorage.Directory directory = new CMS.FileSystemStorage.Directory();
CMS.DataProviderSQL.TableManager tableManager = new CMS.DataProviderSQL.TableManager();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment