Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Class "DirectoryWrapper" ?
posted

In your samplecode for "UltraNavigationBar" is the class "DirectoryWrapper" used. I don't know the assembly or namespace. Please, can you help me?

 === Infragistics Samplecode ===============================================================

> public class FileSystemSupport

> public void Populate()....

>                  //  Assign an instance of a wrapper class which associates the node,
>                   //  location and directory to each object to the Tag property.
>                   node.Tag = new DirectoryWrapper( drive.RootDirectory, location );
>                   location.Tag = new DirectoryWrapper( drive.RootDirectory, node );

==================================================================

Error :

Error 2 The type or namespace name 'DirectoryWrapper' could not be found (are you missing a using directive or an assembly reference?) 

Parents
  • 802
    posted

    Hello,

     Did anyone ever answer your question? I am having the same issue right now.

     Adrian

Reply Children