Returns true if the childcontentid is a child of the parentcontentid
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function IsChildContent( _ ByVal ChildContentID As String, _ ByVal ParentContentID As String _ ) As Boolean |
C# |
---|
public abstract bool IsChildContent( string ChildContentID, string ParentContentID ) |
C++ |
---|
public: bool IsChildContent( String ChildContentID, String ParentContentID ) abstract |
J# |
---|
public abstract bool IsChildContent( string ChildContentID, string ParentContentID ) |
JScript |
---|
public abstract
function IsChildContent( ChildContentID : String, ParentContentID : String ) : bool |
Parameters
- ChildContentID
- ParentContentID