Click or drag to resize

IConfigFindAllReferences Method (ValueReference, Guid)

Get the list of configuration item that refers to the specified item.

Namespace:  AskiaPortalCmn.Configuration
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IList<IConfigItem> FindAllReferences(
	ValueReference referenceType,
	Guid value
)

Parameters

referenceType
Type: AskiaPortalCmn.ConfigurationValueReference
Type of reference to search.
value
Type: SystemGuid
Value of the reference to search.

Return Value

Type: IListIConfigItem
List of configuration item that refers to the specified item or empty list if not found.
See Also