IFileSystemServiceGetEntry Method (String, Guid) | 
  
    Namespace: 
   Dundas.BI.FileSystem
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxFileSystemEntry GetEntry(
	string name,
	Guid parentId
)
Function GetEntry ( 
	name As String,
	parentId As Guid
) As FileSystemEntry
FileSystemEntry^ GetEntry(
	String^ name, 
	Guid parentId
)
abstract GetEntry : 
        name : string * 
        parentId : Guid -> FileSystemEntry 
Parameters
- name
 - Type: SystemString
The name of the folder to get. - parentId
 - Type: SystemGuid
The ID of the parent entry. 
Return Value
Type: 
FileSystemEntryThe entry with the specified name in the specified parent entry.
Exceptions
See Also