Skip to main content
A newer version of this page is available. .
JS

FileSystemProviderBuilderExtensions Methods

Contains extension methods for file system providers.
Name Description
DateModifiedExpr<TProviderBuilder>(TProviderBuilder, JS) static Mirrors the client-side customFileSystemProvider.dateModifiedExpr, objectFileSystemProvider.dateModifiedExpr and remoteFileSystemProvider.dateModifiedExpr options.
DateModifiedExpr<TProviderBuilder>(TProviderBuilder, String) static Mirrors the client-side customFileSystemProvider.dateModifiedExpr, objectFileSystemProvider.dateModifiedExpr and remoteFileSystemProvider.dateModifiedExpr options.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsDirectoryExpr<TProviderBuilder>(TProviderBuilder, JS) static Mirrors the client-side customFileSystemProvider.isDirectoryExpr, objectFileSystemProvider.isDirectoryExpr and remoteFileSystemProvider.isDirectoryExpr options.
IsDirectoryExpr<TProviderBuilder>(TProviderBuilder, String) static Mirrors the client-side customFileSystemProvider.isDirectoryExpr, objectFileSystemProvider.isDirectoryExpr and remoteFileSystemProvider.isDirectoryExpr options.
KeyExpr<TProviderBuilder>(TProviderBuilder, JS) static Mirrors the client-side customFileSystemProvider.keyExpr, objectFileSystemProvider.keyExpr and remoteFileSystemProvider.keyExpr options.
KeyExpr<TProviderBuilder>(TProviderBuilder, String) static Mirrors the client-side customFileSystemProvider.keyExpr, objectFileSystemProvider.keyExpr and remoteFileSystemProvider.keyExpr options.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
NameExpr<TProviderBuilder>(TProviderBuilder, JS) static Mirrors the client-side customFileSystemProvider.nameExpr, objectFileSystemProvider.nameExpr and remoteFileSystemProvider.nameExpr options.
NameExpr<TProviderBuilder>(TProviderBuilder, String) static Mirrors the client-side customFileSystemProvider.nameExpr, objectFileSystemProvider.nameExpr and remoteFileSystemProvider.nameExpr options.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SizeExpr<TProviderBuilder>(TProviderBuilder, JS) static Mirrors the client-side customFileSystemProvider.sizeExpr, objectFileSystemProvider.sizeExpr and remoteFileSystemProvider.sizeExpr options.
SizeExpr<TProviderBuilder>(TProviderBuilder, String) static Mirrors the client-side customFileSystemProvider.sizeExpr, objectFileSystemProvider.sizeExpr and remoteFileSystemProvider.sizeExpr options.
ThumbnailExpr<TProviderBuilder>(TProviderBuilder, JS) static Mirrors the client-side customFileSystemProvider.thumbnailExpr, objectFileSystemProvider.thumbnailExpr and remoteFileSystemProvider.thumbnailExpr options.
ThumbnailExpr<TProviderBuilder>(TProviderBuilder, String) static Mirrors the client-side customFileSystemProvider.thumbnailExpr, objectFileSystemProvider.thumbnailExpr and remoteFileSystemProvider.thumbnailExpr options.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also