Error processing SSI file
LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

Show in webframe

ETag Property






Gets an ETag that identifies the version of the file.
Syntax
public string ETag {get;}
'Declaration
 
Public ReadOnly Property ETag As String
'Usage
 
Dim instance As SharePointClientDownloadData
Dim value As String
 
value = instance.ETag

            

            
public:
property String^ ETag {
   String^ get();
}

Property Value

A string that represents the SharePoint ETag that identifies the version of the file.
Remarks

The value of ETag is obtained directly from SharePoint and is not used by the SharePointClient class.

Requirements

Target Platforms

See Also

Reference

SharePointClientDownloadData Class
SharePointClientDownloadData Members

Error processing SSI file