Steamworks.SteamRemoteStorage.EnumerateUserPublishedFiles C# (CSharp) Method

EnumerateUserPublishedFiles() public static method

enumerate the files that the current user published with this app

public static EnumerateUserPublishedFiles ( uint unStartIndex ) : SteamAPICall_t
unStartIndex uint
return SteamAPICall_t
		public static SteamAPICall_t EnumerateUserPublishedFiles(uint unStartIndex) {
			InteropHelp.TestIfAvailableClient();
			return (SteamAPICall_t)NativeMethods.ISteamRemoteStorage_EnumerateUserPublishedFiles(unStartIndex);
		}