Click or drag to resize
TreeProviderSetRating Method
Sets document new ratings.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void SetRating(
	TreeNode node,
	double newRating,
	int newNumOfRatings
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document
newRating
Type: SystemDouble
New rating value
newNumOfRatings
Type: SystemInt32
Number of ratings
See Also