ProjectTaskUtilIsReferenceOnly(IItem) Method

Return a value indicating whether the specified item is a reference to an object only, and not the definitive object reference.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static bool IsReferenceOnly(
	IItem item
)

Parameters

item  IItem
Reference to the object to inspect.

Return Value

Boolean
True if the item is a placeholder for the specified object only, and not the actual object reference.

See Also