Click or drag to resize
BoardInfoProviderGetBoardOwnerTypeEnum Method
Returns BoardOwnerType specified by string.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static BoardOwnerTypeEnum GetBoardOwnerTypeEnum(
	string enumStr
)

Parameters

enumStr
Type: SystemString
'user', 'group' or 'document' (default) string to be converted.

Return Value

Type: BoardOwnerTypeEnum
See Also