Méthode | Description | |
---|---|---|
GetRelatedPages ( this pageData, string relationRuleName ) : PageDataCollection | ||
GetRelatedPages ( this pageData, string firstRuleName, string secondRuleName ) : PageDataCollection | ||
GetRelatedPages ( this pageReference, string firstRuleName, string firstRuleDirection, string secondRuleName, string secondRuleDirection ) : PageDataCollection |
public static GetRelatedPages ( this pageData, string relationRuleName ) : PageDataCollection | ||
pageData | this | |
relationRuleName | string | |
Résultat | PageDataCollection |
public static GetRelatedPages ( this pageData, string firstRuleName, string secondRuleName ) : PageDataCollection | ||
pageData | this | |
firstRuleName | string | |
secondRuleName | string | |
Résultat | PageDataCollection |
public static GetRelatedPages ( this pageReference, string firstRuleName, string firstRuleDirection, string secondRuleName, string secondRuleDirection ) : PageDataCollection | ||
pageReference | this | |
firstRuleName | string | |
firstRuleDirection | string | |
secondRuleName | string | |
secondRuleDirection | string | |
Résultat | PageDataCollection |