DevForce Help Reference
SearchFolders Property


List of folders to be searched for discovery purposes. Default is the application's base directory.
Syntax
'Declaration
 
Public Shared Property SearchFolders As List(Of String)
'Usage
 
Dim value As List(Of String)
 
CompositionHost.SearchFolders = value
 
value = CompositionHost.SearchFolders
public static List<string> SearchFolders {get; set;}
Remarks
Not applicable to Silverlight applications.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CompositionHost Class
CompositionHost Members

Send Feedback