DependencyMappingGet Method
|
Namespace:
Ingeniux.Runtime.Dependency
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public static DependencyMapping Get(
string sitePath
)
Public Shared Function Get (
sitePath As String
) As DependencyMapping
public:
static DependencyMapping^ Get(
String^ sitePath
)
static member Get :
sitePath : string -> DependencyMapping
Parameters
- sitePath
- Type: SystemString
Return Value
Type:
DependencyMappingSee Also