IFileSystemService.GetRecycleBinFolderId Method (Nullable<Guid>, Nullable<Guid>, Boolean) |
Gets the recycle bin folder identifier for the given account.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxGuid? GetRecycleBinFolderId(
Guid? accountId,
Guid? tenantId,
bool createIfNotExists
)
Function GetRecycleBinFolderId (
accountId As Guid?,
tenantId As Guid?,
createIfNotExists As Boolean
) As Guid?
Nullable<Guid> GetRecycleBinFolderId(
Nullable<Guid> accountId,
Nullable<Guid> tenantId,
bool createIfNotExists
)
abstract GetRecycleBinFolderId :
accountId : Nullable<Guid> *
tenantId : Nullable<Guid> *
createIfNotExists : bool -> Nullable<Guid>
Parameters
- accountId
- Type: System.Nullable<Guid>
The ID of the account, or null to use the account associated with the current caller context. - tenantId
- Type: System.Nullable<Guid>
The ID of the tenant, or null to use the tenant associated with the current caller context. - createIfNotExists
- Type: System.Boolean
Pass true to create the recycle bin folder, if it does not exist, false otherwise.
Return Value
Type:
Nullable<Guid>The recycle bin folder identifier, or
null if
createIfNotExists is set to
false, and folder does not exist".
Exceptions
See Also