Creates a new instance of IXResourceLocation which is in the same container Container as this source, but with the name name.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
IXResourceLocation GetSiblingResourceLocation(
	string name
)

Parameters

name
Type: System..::.String
The name of a new source.

See Also