Class EntryExtensions
Extension methods for an IEntry
Inherited Members
Namespace:FubarDev.WebDavServer.Props
Assembly:FubarDev.WebDavServer.dll
Syntax
public static class EntryExtensions
Methods
| Improve this Doc View SourceGetResourceTypeProperty(IEntry)
Gets the default resource type for the given entry
Declaration
public static ILiveProperty GetResourceTypeProperty(this IEntry entry)
Parameters
Type | Name | Description |
---|---|---|
IEntry | entry | The entry to get the resource type property for |
Returns
Type | Description |
---|---|
ILiveProperty | The resource type property |