Gets or sets whether to include hidden projects and documents in a search.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeHiddenDocuments As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchOptions
Dim value As System.Boolean
instance.IncludeHiddenDocuments = value
value = instance.IncludeHiddenDocuments |
C# | |
---|
System.bool IncludeHiddenDocuments {get; set;} |
C++/CLI | |
---|
property System.bool IncludeHiddenDocuments {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to search hidden projects and documents, false to exclude them
Example
Remarks
See Also
Availability
SOLIDWORKS Workgroup PDM 2006 FCS