Steamworks.SteamRemoteStorage.UpdatePublishedFileTags C# (CSharp) Method

UpdatePublishedFileTags() public static method

public static UpdatePublishedFileTags ( PublishedFileUpdateHandle_t updateHandle, System pTags ) : bool
updateHandle PublishedFileUpdateHandle_t
pTags System
return bool
		public static bool UpdatePublishedFileTags(PublishedFileUpdateHandle_t updateHandle, System.Collections.Generic.IList<string> pTags) {
			InteropHelp.TestIfAvailableClient();
			return NativeMethods.ISteamRemoteStorage_UpdatePublishedFileTags(updateHandle, new InteropHelp.SteamParamStringArray(pTags));
		}