Click or drag to resize

CoreExtensionsGetApplicationMapLinks Method

Gets the list of links of an application's map (modeling).

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static List<PFWaffleLink> GetApplicationMapLinks(
	this PFApplication application
)

Parameters

application
Type: Packflow.CorePFApplication

Return Value

Type: ListPFWaffleLink

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PFApplication. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also