Click or drag to resize

DependencyMappingGetSiblings Method

Namespace:  Ingeniux.Runtime.Dependency
Assembly:  IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax
public IEnumerable<DependencyEntry> GetSiblings(
	string contentId,
	string mapId
)

Parameters

contentId
Type: SystemString
mapId
Type: SystemString

Return Value

Type: IEnumerableDependencyEntry
See Also