Click or drag to resize
PageInfoProviderGetParentProperty Method (Int32, String, String, String)

Note: This API is now obsolete.

Returns value inherited from parent in given culture for given column name.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Use PageInfoProvider.GetParentProperty<ReturnType> method instead.")]
public static string GetParentProperty(
	int siteId,
	string nodeAlias,
	string where,
	string column
)

Parameters

siteId
Type: SystemInt32
SiteId
nodeAlias
Type: SystemString
Alias path
where
Type: SystemString
Where condition
column
Type: SystemString
Column name

Return Value

Type: String
See Also