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
folderName
Type: System.StringThe folder.
Return Value
Type: System.Boolean
true if the folder name is valid; otherwise false.