Click or drag to resize
BoardInfoProviderGetBoardOwnerTypeEnumString Method
Returns 'USER', 'GROUP' or 'DOCUMENT' (default) string according to given owner type.

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

Parameters

boardOwnerTypeEnum
Type: CMS.MessageBoardsBoardOwnerTypeEnum
BoardOwnerType to be converted.

Return Value

Type: String
See Also