DependencyMappingGetMap Method
|
Namespace:
Ingeniux.Runtime.Dependency
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax public DependencyEntry GetMap(
string mapRootContentId
)
Public Function GetMap (
mapRootContentId As String
) As DependencyEntry
public:
DependencyEntry^ GetMap(
String^ mapRootContentId
)
member GetMap :
mapRootContentId : string -> DependencyEntry
Parameters
- mapRootContentId
- Type: SystemString
Return Value
Type:
DependencyEntrySee Also