ForumPostInfoProviderGetPostRootFromIDPath Method |
Returns root post ID for given PostIDPath.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 10.0.0
Syntax public static int GetPostRootFromIDPath(
string path
)
Parameters
- path
- Type: SystemString
PostIDPath the root of which should be returned
Return Value
Type:
Int32See Also