BCEnvironmentGetStoredFolderSearchQuery Method  | 
 
            Returns a stored folder search query with the specified ID property value.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCStoredFolderSearchQuery GetStoredFolderSearchQuery(
	string objectID
)
Public Function GetStoredFolderSearchQuery ( 
	objectID As String
) As BCStoredFolderSearchQuery
Parameters
- objectID
 - Type: SystemString
The ID property value of the stored folder search query to return. 
Return Value
Type: 
BCStoredFolderSearchQueryThe stored folder search query with the specified 
ID property value.
See Also