Click or drag to resize

MapperUtilsIsPageElement Method

Overload List
  NameDescription
Public methodStatic memberIsPageElement(IMapper, String, String)
Determines if the IMapper is being rendered for the specified MOP and Name of the PageElementInfo. This method is safe to use even if the mapper is null, has no MOP, and/or has no PageElementInfo associated.
Public methodStatic memberIsPageElement(TypedMapper, String, String)
Determines if the TypedMapper is being rendered for the specified MOP and Name of the PageElementInfo. This method is safe to use even if the mapper is null, has no MOP, and/or has no PageElementInfo associated.
Top
See Also