IsVisible property: Content Reference Link class
Description
This property returns True if the Hide from Portal Navigation check box is not selected when the content reference link is created. If the content reference link is hidden from portal navigation, this property returns False. Also, if the date associated with the link is not valid (is not within the valid to and valid from dates,) this property returns False.
Considerations Using IsVisible
If you do not specifically set this property on a new or copied content reference link, the IsVisible property is set as follows:
-
If the ValidFrom date is less then or equal to that day's date, the IsVisible property is set to True.
-
If there is no ValidTo date the IsVisible property is set to True.
-
If the ValidTo date is greater then or equal to that day's date, the IsVisible property is set to True.
This property is read-only.