Get whether the catalog item is contains the given child item.
[Visual Basic .NET] |
---|
Public Function ContainsChildItem( _ ByVal ChildItem As String _ ) As Boolean |
[C#] |
---|
public bool ContainsChildItem( string ChildItem ); |
[Managed C++] |
---|
public: bool ContainsChildItem( String __gc ^ ChildItem ); |
[Java] |
---|
public bool containsChildItem( String ChildItem ); |
[Python - STK API ] |
---|
def ContainsChildItem(self, ChildItem:str) -> bool: |
- ChildItem