diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-file/copy-files-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-file/copy-files-block.md index 5d6b42de9..e68253c7e 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-file/copy-files-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-file/copy-files-block.md @@ -146,8 +146,8 @@ The exceptions thrown by the block can be found below: | | The [Destination Path][DestinationPath Property] contains leading spaces. | | | The [Destination Path][DestinationPath Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any file or folder names. | | | The [Destination Path][DestinationPath Property] (if it points to a file), or the [Destination Path][DestinationPath Property] (if it points to a folder) plus the file name, exceeds the system-defined maximum length (typically 32,767 characters). | -| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty File Paths][]| -| | Any file path in [File Paths][FilePaths Property] is duplicated. For more information, see [Duplicate File Paths][] | +| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). | +| | Any file path in [File Paths][FilePaths Property] is duplicated. | | | Any file path in [File Paths][FilePaths Property] does not exist. | | | Any file path in [File Paths][FilePaths Property] points to a folder. | | | Any file path in [File Paths][FilePaths Property] contains leading spaces. | @@ -198,8 +198,6 @@ If an exception occurs when trying to copy a file in the [File Paths][FilePaths [InvalidPathException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.InvalidPathException.MainDoc" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-folder/copy-folders-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-folder/copy-folders-block.md index 4c28f4f99..0d933eab6 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-folder/copy-folders-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/copy-folder/copy-folders-block.md @@ -406,8 +406,8 @@ The exceptions thrown by the block can be found below: | | The [Destination Path][DestinationPath Property] contains leading spaces. | | | The [Destination Path][DestinationPath Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any folder names. | | | The [Destination Path][DestinationPath Property] exceeds the system-defined maximum length (typically 32,767 characters). | -| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty Folder Paths][]| -| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. For more information, see [Duplicate Folder Paths][] | +| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). | +| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. | | | Any folder path in [Folder Paths][FolderPaths Property] does not exist. | | | Any folder path in [Folder Paths][FolderPaths Property] points to a file. | | | Any folder path in [Folder Paths][FolderPaths Property] contains leading spaces. | @@ -476,8 +476,6 @@ If an exception occurs when trying to copy a folder in [Folder Paths][FolderPath [InvalidPathException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.InvalidPathException.MainDoc" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/create-folder/create-folders-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/create-folder/create-folders-block.md index f7e631cfb..0cf8d0e22 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/create-folder/create-folders-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/create-folder/create-folders-block.md @@ -60,8 +60,8 @@ The exceptions thrown by the block can be found below: | Name | Description | |----------|----------| -| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty Folder Paths][]. | -| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. For more information, see [Duplicate Folder Paths][]. | +| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). | +| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. | | | Any folder path in [Folder Paths][FolderPaths Property] points to a file. | | | Any folder path in [Folder Paths][FolderPaths Property] contains leading spaces. | | | Any folder path in [Folder Paths][FolderPaths Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any folder names. | @@ -100,8 +100,6 @@ If an exception occurs when trying to create a folder in [Folder Paths][FolderPa [Input]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-file/delete-files-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-file/delete-files-block.md index 794ab5a9a..1fbe76dfe 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-file/delete-files-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-file/delete-files-block.md @@ -60,8 +60,8 @@ The exceptions thrown by the block can be found below: | Name | Description | |----------|----------| -| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty File Paths][]. | -| | Any file path in [File Paths][FilePaths Property] is duplicated. For more information, see [Duplicate File Paths][]. | +| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). | +| | Any file path in [File Paths][FilePaths Property] is duplicated. | | | Any file path in [File Paths][FilePaths Property] points to a folder. | | | Any file path in [File Paths][FilePaths Property] contains leading spaces. | | | Any file path in [File Paths][FilePaths Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any file or folder names. | @@ -103,8 +103,6 @@ If an exception occurs when trying to delete a file in the [File Paths][FilePath [Input]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-folder/delete-folders-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-folder/delete-folders-block.md index 1fdfb6cf1..88b4cf7a4 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-folder/delete-folders-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/delete-folder/delete-folders-block.md @@ -118,8 +118,8 @@ The exceptions thrown by the block can be found below: | Name | Description | |----------|----------| -| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty Folder Paths][]. | -| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. For more information, see [Duplicate Folder Paths][]. | +| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). | +| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. | | | Any folder path in [Folder Paths][FolderPaths Property] points to a file. | | | Any folder path in [Folder Paths][FolderPaths Property] contains leading spaces. | | | Any folder path in [Folder Paths][FolderPaths Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any folder names. | @@ -160,8 +160,6 @@ If an exception occurs when trying to delete a folder in [Folder Paths][FolderPa [Input]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-file/move-files-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-file/move-files-block.md index c223d3da7..c042cda1b 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-file/move-files-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-file/move-files-block.md @@ -146,8 +146,8 @@ The exceptions thrown by the block can be found below: | | The [Destination Path][DestinationPath Property] contains leading spaces. | | | The [Destination Path][DestinationPath Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any file or folder names. | | | The [Destination Path][DestinationPath Property] (if it points to a file), or the [Destination Path][DestinationPath Property] (if it points to a folder) plus the file name, exceeds the system-defined maximum length (typically 32,767 characters). | -| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty File Paths][]| -| | Any file path in [File Paths][FilePaths Property] is duplicated. For more information, see [Duplicate File Paths][] | +| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). | +| | Any file path in [File Paths][FilePaths Property] is duplicated. | | | Any file path in [File Paths][FilePaths Property] does not exist. | | | Any file path in [File Paths][FilePaths Property] points to a folder. | | | Any file path in [File Paths][FilePaths Property] contains leading spaces. | @@ -197,8 +197,6 @@ If an exception occurs when trying to move a file in the [File Paths][FilePaths [InvalidPathException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.InvalidPathException.MainDoc" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-folder/move-folders-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-folder/move-folders-block.md index 8ebdd0aee..8c5809944 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-folder/move-folders-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/move-folder/move-folders-block.md @@ -406,8 +406,8 @@ The exceptions thrown by the block can be found below: | | The [Destination Path][DestinationPath Property] contains leading spaces. | | | The [Destination Path][DestinationPath Property] contains only whitespace, or the NUL character (i.e. `\0`), or contains one or more invalid characters (i.e. `"`, `*`, `?`, `\|`, `<`, `>`, `:`, `\`, `/`) in any folder names. | | | The [Destination Path][DestinationPath Property] exceeds the system-defined maximum length (typically 32,767 characters). | -| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty Folder Paths][]| -| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. For more information, see [Duplicate Folder Paths][] | +| [OperationFailedException][] | Any folder path in [Folder Paths][FolderPaths Property] is `null` or empty (i.e. `""`). | +| | Any folder path in [Folder Paths][FolderPaths Property] is duplicated. | | | Any folder path in [Folder Paths][FolderPaths Property] does not exist. | | | Any folder path in [Folder Paths][FolderPaths Property] points to a file. | | | Any folder path in [Folder Paths][FolderPaths Property] contains leading spaces. | @@ -475,8 +475,6 @@ If an exception occurs when trying to move a folder in [Folder Paths][FolderPath [InvalidPathException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.InvalidPathException.MainDoc" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty Folder Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} diff --git a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/search-file/search-files-block.md b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/search-file/search-files-block.md index 599c2e26c..253b5c5b8 100644 --- a/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/search-file/search-files-block.md +++ b/content/en/docs/2024.1/Reference/Blocks/Files-And-Folders/search-file/search-files-block.md @@ -425,8 +425,8 @@ The exceptions thrown by the block can be found below: | [ArgumentException][] | Thrown when [Search Options][SearchOptions Property] is not one of the specified [SearchOptions][] types (e.g. `(SearchOptions)10`). | | | Thrown when [Comparison Type][ComparisonType Property] is not one of the specified [StringComparison][] types (e.g. `(StringComparison)10`). | | [InvalidPropertyValueException][] | Thrown when [Encoding][Encoding Property] is invalid (e.g. `Encoding.GetEncoding(-1)`). See [Value Is Invalid][]. | -| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). For more information, see [Null or Empty File Paths][]| -| | Any file path in [File Paths][FilePaths Property] is duplicated. For more information, see [Duplicate File Paths][] | +| [OperationFailedException][] | Any file path in [File Paths][FilePaths Property] is `null` or empty (i.e. `""`). | +| | Any file path in [File Paths][FilePaths Property] is duplicated. | | | Any file path in [File Paths][FilePaths Property] does not exist. | | | Any file path in [File Paths][FilePaths Property] points to a folder. | | | Any file path in [File Paths][FilePaths Property] contains leading spaces. | @@ -500,8 +500,6 @@ If an exception occurs when trying to search a file in the [File Paths][FilePath [Value Is Invalid]: {{< url path="Cortex.Reference.Exceptions.Flows.Blocks.InvalidPropertyValueException.ValueIsInvalid" >}} [OperationFailedException]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.MainDoc" >}} -[Duplicate File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfDuplicatePaths" >}} -[Null Or Empty File Paths]: {{< url path="Cortex.Reference.Exceptions.FilesAndFolders.OperationFailedException.IndexesOfNullOrEmptyPaths" >}} [PropertyEmptyException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyEmptyException.MainDoc" >}} [PropertyNullException]: {{< url path="Cortex.Reference.Exceptions.Common.Property.PropertyNullException.MainDoc" >}} [RegexMatchTimeoutException]: {{< url path="MSDocs.DotNet.Api.System.Text.RegularExpressions.RegexMatchTimeoutException" >}}