Add hint about WithMetadata

This commit is contained in:
Max Halldén 2020-06-04 21:02:23 +02:00 committed by GitHub
parent af36007f5d
commit b0a64798cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,7 +371,7 @@ namespace Steamworks.Ugc
public string PreviewImageUrl { get; internal set; }
/// <summary>
/// The metadata string for this item
/// The metadata string for this item, only available from queries WithMetadata(true)
/// </summary>
public string Metadata { get; internal set; }