Skip to content

Commit 3f703c4

Browse files
carlossanlopmairaw
andcommitted
FileSecurity parameter is described as an enum instead of as a class instance (#3392)
* FileSecurity paraeter is described as an enum instead of as a class instance * suggestion by mairaw Co-Authored-By: Maira Wenzel <[email protected]>
1 parent 65d58a7 commit 3f703c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/File.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@
11921192
<param name="path">The path and name of the file to create.</param>
11931193
<param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
11941194
<param name="options">One of the <see cref="T:System.IO.FileOptions" /> values that describes how to create or overwrite the file.</param>
1195-
<param name="fileSecurity">One of the <see cref="T:System.Security.AccessControl.FileSecurity" /> values that determines the access control and audit security for the file.</param>
1195+
<param name="fileSecurity">A <see cref="T:System.Security.AccessControl.FileSecurity" /> object that determines the access control and audit security for the file.</param>
11961196
<summary>Creates or overwrites a file in the specified path, specifying a buffer size, options that describe how to create or overwrite the file, and a value that determines the access control and audit security for the file.</summary>
11971197
<returns>A new file with the specified buffer size, file options, and file security.</returns>
11981198
<remarks>

0 commit comments

Comments
 (0)