Click or drag to resize
IPathManager.SearchPaths Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.Path.IPathManager.SearchPaths(System.Collections.ArrayList,System.Int64,System.Int64,System.Boolean,System.Boolean)"]

Namespace: Netadmin.Management.Path
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
DataTable SearchPaths(
	ArrayList startObjectTypeids,
	long endObjectTypeId,
	long endAttributeTypeId,
	bool noEndestrictions = false,
	bool onlyKeyFieldPaths = false
)

Parameters

startObjectTypeids
Type: System.Collections.ArrayList

[Missing <param name="startObjectTypeids"/> documentation for "M:Netadmin.Management.Path.IPathManager.SearchPaths(System.Collections.ArrayList,System.Int64,System.Int64,System.Boolean,System.Boolean)"]

endObjectTypeId
Type: System.Int64

[Missing <param name="endObjectTypeId"/> documentation for "M:Netadmin.Management.Path.IPathManager.SearchPaths(System.Collections.ArrayList,System.Int64,System.Int64,System.Boolean,System.Boolean)"]

endAttributeTypeId
Type: System.Int64

[Missing <param name="endAttributeTypeId"/> documentation for "M:Netadmin.Management.Path.IPathManager.SearchPaths(System.Collections.ArrayList,System.Int64,System.Int64,System.Boolean,System.Boolean)"]

noEndestrictions (Optional)
Type: System.Boolean

[Missing <param name="noEndestrictions"/> documentation for "M:Netadmin.Management.Path.IPathManager.SearchPaths(System.Collections.ArrayList,System.Int64,System.Int64,System.Boolean,System.Boolean)"]

onlyKeyFieldPaths (Optional)
Type: System.Boolean

[Missing <param name="onlyKeyFieldPaths"/> documentation for "M:Netadmin.Management.Path.IPathManager.SearchPaths(System.Collections.ArrayList,System.Int64,System.Int64,System.Boolean,System.Boolean)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:Netadmin.Management.Path.IPathManager.SearchPaths(System.Collections.ArrayList,System.Int64,System.Int64,System.Boolean,System.Boolean)"]

See Also