This documentation is archived and is not being maintained.

LinkingUtilities::IsArtifactTypeWellFormed Method

Checks whether the specified artifact type is well formed.

Namespace:  Microsoft.TeamFoundation
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public:
static bool IsArtifactTypeWellFormed(
	String^ artifactType
)

Parameters

artifactType
Type: System::String

The artifact type to check.

Return Value

Type: System::Boolean
True if the specified artifact type is well formed; otherwise, false.

Show: