IExplorerNode.IsDynamic Property
Gets a value that indicates whether the node is recreated every time its parent node is refreshed.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property IsDynamic As Boolean
bool IsDynamic { get; }
Property Value
Type: System.Boolean
true if the node is recreated every time its parent node is refreshed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.