EmbeddedDocumentDefinitionGetAllSubtypesInCompleteHierarchy Method  | 
 
            Gets all subtypes in the complete hierarchy, so also the indirect subtypes of the subtypes in this document.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.DerivedModel
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic List<EmbeddedDocumentDefinition> GetAllSubtypesInCompleteHierarchy()
Public Function GetAllSubtypesInCompleteHierarchy As List(Of EmbeddedDocumentDefinition)
Return Value
Type: 
ListEmbeddedDocumentDefinition
See Also