Gets or sets whether to limit the scope of the search by specifying a project or parent document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SearchOnlyChildrenOf As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchOptions
Dim value As System.String
instance.SearchOnlyChildrenOf = value
value = instance.SearchOnlyChildrenOf |
C# | |
---|
System.string SearchOnlyChildrenOf {get; set;} |
C++/CLI | |
---|
property System.String^ SearchOnlyChildrenOf {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Path and filename of the project or parent document whose children to search or an empty string to search the entire va
Example
See Also
Availability
SolidWorks Workgroup PDM 2006 FCS