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 String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchOptions
Dim value As String
instance.SearchOnlyChildrenOf = value
value = instance.SearchOnlyChildrenOf
|
C# | |
---|
string SearchOnlyChildrenOf {get; set;} |
C++/CLI | |
---|
property String^ SearchOnlyChildrenOf {
String^ get();
void set (String^ value);
} |
Return 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