FirstClassElement.ValidateFolder method

Validates the folder name.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function ValidateFolder ( _
    folderName As String _
) As Boolean
'Usage
Dim folderName As String
Dim returnValue As Boolean

returnValue = FirstClassElement.ValidateFolder(folderName)
public static bool ValidateFolder(
    string folderName
)

Parameters

Return value

Type: System.Boolean
true if the folder name is valid; otherwise false.

See also

Reference

FirstClassElement class

FirstClassElement members

Microsoft.PerformancePoint.Scorecards namespace