CustomDataExtensionsGetMetadataETag Method |
IT Hit User File System
Get metadata eTag or null if metadata eTag was never set.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.4.27341.0
Syntax public static string GetMetadataETag(
this ICustomData properties
)
<ExtensionAttribute>
Public Shared Function GetMetadataETag (
properties As ICustomData
) As String
public:
[ExtensionAttribute]
static String^ GetMetadataETag(
ICustomData^ properties
)
[<ExtensionAttribute>]
static member GetMetadataETag :
properties : ICustomData -> string
Parameters
- properties
- Type: ITHit.FileSystemICustomData
Custom data attached to the item.
Return Value
Type:
StringMetadata eTag or null.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ICustomData. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also