IdeaBlade DevForce 2010 Help Reference
SearchFolders Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Composition Namespace > CompositionHost Class : SearchFolders Property



List of folders to be searched for discovery purposes. Default is the application's base directory.

Syntax

Visual Basic (Declaration) 
Public Shared Property SearchFolders As List(Of String)
Visual Basic (Usage)Copy Code
Dim value As List(Of String)
 
CompositionHost.SearchFolders = value
 
value = CompositionHost.SearchFolders
C# 
public static List<string> SearchFolders {get; set;}
C++/CLI 
public:
static property List<String^>^ SearchFolders {
   List<String^>^ get();
   void set (    List<String^>^ value);
}

Remarks

Not applicable to Silverlight applications.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.