Click or drag to resize
ForumPostInfoProviderGetPostRootFromIDPath Method
Returns root post ID for given PostIDPath.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static int GetPostRootFromIDPath(
	string path
)

Parameters

path
Type: SystemString
PostIDPath the root of which should be returned

Return Value

Type: Int32
See Also