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.27224.0
Syntax public 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