Skip to content

Commit 6eb6ae3

Browse files
committed
📝 Update SDK documentation #73
1 parent c97712b commit 6eb6ae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk-docs/Xecrets.Sdk.XfExtensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The destination full path and name.
118118
Select the files that appear to be encrypted, according to their extension.
119119

120120
```csharp
121-
public static System.Collections.Generic.IEnumerable<string> Encrypted(this System.Collections.Generic.IEnumerable<string> files);
121+
public static string[] Encrypted(this System.Collections.Generic.IEnumerable<string> files);
122122
```
123123
#### Parameters
124124

@@ -129,8 +129,8 @@ public static System.Collections.Generic.IEnumerable<string> Encrypted(this Syst
129129
File names to filter
130130

131131
#### Returns
132-
[System.Collections.Generic.IEnumerable&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerable-1 'System.Collections.Generic.IEnumerable`1')[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerable-1 'System.Collections.Generic.IEnumerable`1')
133-
An enumeration of the files that match the pattern for encrypted files.
132+
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')[[]](https://docs.microsoft.com/en-us/dotnet/api/System.Array 'System.Array')
133+
An array of the files that match the pattern for encrypted files.
134134

135135
<a name='Xecrets.Sdk.XfExtensions.EncryptFileAsync(thisXecrets.Sdk.Abstractions.IXfApi,Xecrets.Sdk.Models.XfCredentials,string,byte[],string)'></a>
136136

0 commit comments

Comments
 (0)