PlaceholderFileSetContentETag Method |
IT Hit User File System
Sets content eTag.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.5.27248.0
Syntaxpublic void SetContentETag(
string eTag
)
Public Sub SetContentETag (
eTag As String
)
public:
void SetContentETag(
String^ eTag
)
member SetContentETag :
eTag : string -> unit
Parameters
- eTag
- Type: SystemString
Content eTag.
See Also