| PlaceholderFileSetContentETag Method  | 
IT Hit User File System 
            Sets content eTag.
            
 
    Namespace: 
   ITHit.FileSystem.Windows
    Assembly:
   ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.29552.0
 Syntax
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
See Also