'Declaration Public Overloads Function CanAdd( _ ByVal contentObjectType As System.Type _ ) As System.Boolean
public System.bool CanAdd( System.Type contentObjectType )
Parameters
- contentObjectType
- The type of the content object to add.
Return Value
true if a content object of the specified type can be added, false otherwise.