MediaFile is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class MediaFile
{
	string ContentType { get; set;  }
	DateTime? Date { get; set;  }
	string FileName { get; set;  }
	int? FileSize { get; set;  }
	string FileUrl { get; set;  }
	bool? IsRemoteAttachment { get; set;  }
	Byte[] Data();
	bool SaveToTemporaryFiles(string contextId, string fileName);
}
 
				