Share via


FileUpdateRequest.ContentId Property

Definition

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

String

Platform::String

winrt::hstring

The identifier that was specified by the app and is associated with the local file.

Applies to