Find the id of a folder by its name, below some sub item (Either a job or a folder)

Namespace: SynergyClientAPI.Folders
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function FindFolderByName( _ 
ByVal parent_id As EntityID, _ 
ByVal parent_is_folder As Boolean, _ 
ByVal name As String
) As DataOperationResponse(Of ProjectFolder)
This language is not supported or no code example is available.
public static DataOperationResponse<ProjectFolder> FindFolderByName( 
EntityID parent_id
bool parent_is_folder
string name 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<ProjectFolder^>^ FindFolderByName( 
EntityID^ parent_id
bool parent_is_folder
String^ name 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

parent_id
Type: EntityID

the parent id

parent_is_folder
Type: bool

true if the parent is a folder, false if it's not

name
Type: string

the name to look for

Return Value

Type: DataOperationResponse<ProjectFolder>

the project folder info, if any was found

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1