LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

ETag Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.