Folder.FindFolderByName Method
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.
Parameters
- parent_id
- EntityID
the parent id
- parent_is_folder
- bool
true if the parent is a folder, false if it's not
- name
- string
the name to look for
Return Value
DataOperationResponse<ProjectFolder>the project folder info, if any was found