StorageProviderGetContentInfoForPathResult.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 or sets the content ID associated with the StorageProviderGetContentInfoForPathResult.
public:
property Platform::String ^ ContentId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentId();
void ContentId(winrt::hstring value);
public string ContentId { get; set; }
var string = storageProviderGetContentInfoForPathResult.contentId;
storageProviderGetContentInfoForPathResult.contentId = string;
Public Property ContentId As String
Property Value
The content ID value.
Remarks
The content ID is the path to the associated storage file object.