SharePointProjectItemTypeAttribute(String) Constructor

Definition

Initializes a new instance of the SharePointProjectItemTypeAttribute class with the project item type ID.

public SharePointProjectItemTypeAttribute (string projectItemTypeId);

Parameters

projectItemTypeId
String

The ID of the project item type being defined or extended. This is typically a namespace-qualified name to avoid collisions of type IDs between different vendors.

Applies to