CustomDataExtensionsTryGetMetadataETag Method |
IT Hit User File System
Tries to get metadata eTag.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public static bool TryGetMetadataETag(
this ICustomData properties,
out string eTag
)
<ExtensionAttribute>
Public Shared Function TryGetMetadataETag (
properties As ICustomData,
<OutAttribute> ByRef eTag As String
) As Boolean
public:
[ExtensionAttribute]
static bool TryGetMetadataETag(
ICustomData^ properties,
[OutAttribute] String^% eTag
)
[<ExtensionAttribute>]
static member TryGetMetadataETag :
properties : ICustomData *
eTag : string byref -> bool
Parameters
- properties
- Type: ITHit.FileSystemICustomData
Custom data attached to the item. - eTag
- Type: SystemString
Metadata eTag.
Return Value
Type:
BooleanTrue if method succeeded. False - otherwise.
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