Click or drag to resize
TmplItemUtilGetTmplItemInheritedTypesAllowedBeneath Method

[This is preliminary documentation and is subject to change.]

Return list of all Types allowed beneath a specific TmplItem inherited type

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public static List<Type> GetTmplItemInheritedTypesAllowedBeneath(
	TmplItem allowedBeneath
)

Parameters

allowedBeneath
Type: CSC.SC.TOPICA4.TemplateTmplItem

[Missing <param name="allowedBeneath"/> documentation for "M:CSC.SC.TOPICA4.Template.TmplItemUtil.GetTmplItemInheritedTypesAllowedBeneath(CSC.SC.TOPICA4.Template.TmplItem)"]

Return Value

Type: ListType

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItemUtil.GetTmplItemInheritedTypesAllowedBeneath(CSC.SC.TOPICA4.Template.TmplItem)"]

See Also