Click or drag to resize

Config.FindAllReferences 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
public IList<IConfigItem> FindAllReferences(
	ValueReference referenceType,
	Guid value
)

Parameters

referenceType
Type: AskiaPortalCmn.Configuration.ValueReference
Type of reference to search.
value
Type: System.Guid
Value of the reference to search.

Return Value

Type: IList<IConfigItem>
List of configuration item that refers to the specified item or empty list if not found.

Implements

IConfig.FindAllReferences(ValueReference, Guid)
See Also