FileUpdateRequest.ContentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unique identifier used to associate the local version of a file with the corresponding remote version.
public:
property Platform::String ^ ContentId { Platform::String ^ get(); };
winrt::hstring ContentId();
public string ContentId { get; }
var string = fileUpdateRequest.contentId;
Public ReadOnly Property ContentId As String
Property Value
The identifier that was specified by the app and is associated with the local file.