BenSelect Documentation
Load(Type,Guid,Boolean,String,Boolean,Boolean) Method
See Also  Send Feedback
Selerix.Foundation.Interfaces Namespace > IConfigStorageService Interface > Load Method : Load(Type,Guid,Boolean,String,Boolean,Boolean) Method
typeObj
The type obj.
owner
The owner.
addDeleted
if set to true [add deleted].
nameFilter
filter
addHiddenFromEntity
addHiddenFromEntity
checkConfigFiles
check config files for existance to filter database search result.
Loads the list of config objects by type.

Syntax

JScript 
function Load( 
   typeObj : Type,
   owner : Guid,
   addDeleted : boolean,
   nameFilter : String,
   addHiddenFromEntity : boolean,
   checkConfigFiles : boolean
) : IList;

Parameters

typeObj
The type obj.
owner
The owner.
addDeleted
if set to true [add deleted].
nameFilter
filter
addHiddenFromEntity
addHiddenFromEntity
checkConfigFiles
check config files for existance to filter database search result.

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

© 2024 All Rights Reserved.