IFileSystemServiceEntryExists Method (String, Guid) |
Determines whether an entry with the specified name exists in the specified folder.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax bool EntryExists(
string name,
Guid parentId
)
Function EntryExists (
name As String,
parentId As Guid
) As Boolean
bool EntryExists(
String^ name,
Guid parentId
)
abstract EntryExists :
name : string *
parentId : Guid -> bool
Parameters
- name
- Type: SystemString
The name of the entry to check for existence. - parentId
- Type: SystemGuid
The ID of the parent entry.
Return Value
Type:
Boolean if an entry with the specified name exists in the specified folder;
otherwise
.
Exceptions See Also