ExplorerNodeTypeAttribute(String) Constructor

Definition

Initializes a new instance of the ExplorerNodeTypeAttribute class.

public:
 ExplorerNodeTypeAttribute(System::String ^ nodeTypeId);
public ExplorerNodeTypeAttribute (string nodeTypeId);
new Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeTypeAttribute : string -> Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeTypeAttribute
Public Sub New (nodeTypeId As String)

Parameters

nodeTypeId
String

The identifier of the node that is being extended or defined.

Remarks

To specify a built-in node, use one of the ExplorerNodeTypes or ExtensionNodeTypes values.

Applies to