Skip to content

Commit d146ef9

Browse files
committed
Linting
1 parent 293786b commit d146ef9

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/extending/filesystemproviders

1 file changed

+1
-1
lines changed

16/umbraco-cms/extending/filesystemproviders/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ By default the MediaPath scheme used by Umbraco is the `UniqueMediaPathScheme` t
147147
`/media` is defined by the PhysicalFileSystem and `dozdrg2f` is generated by the `UniqueMediaPathScheme`.
148148

149149
{% hint style="info" %}
150-
The folder generated by `UniqueMediaPathScheme` is not strictly unique, as it's based on the first eight characters of the GUID for the media item. In practice, with randomly generated GUIDs, a collision is very unlikely.
150+
The folder generated by `UniqueMediaPathScheme` is not strictly unique, as it's based on the first eight characters of the GUID for the media item. In practice, with randomly generated GUIDs, a collision is unlikely.
151151

152152
There is an increased possibility of generating colliding paths if creating media programmatically and setting keys using version 7 "ordered" GUIDs via `Guid.CreateVersion7()`. As such these should be avoided - `UniqueMediaPathScheme` will throw an exception if it detects they have been used. Any manually created keys should use `Guid.NewGuid()`.
153153
{% endhint %}

0 commit comments

Comments
 (0)