/BlogEngine/DotNetSlave.BusinessLogic/API/MetaWeblog/MWAMediaInfo.cs
# · C# · 18 lines · 9 code · 2 blank · 7 comment · 0 complexity · 68dbae5b7aac2463534c46ba9adea207 MD5 · raw file
- namespace BlogEngine.Core.API.MetaWeblog
- {
- /// <summary>
- /// MetaWeblog MediaInfo struct
- /// returned from NewMediaObject call
- /// </summary>
- internal struct MWAMediaInfo
- {
- #region Constants and Fields
-
- /// <summary>
- /// Url that points to Saved MediaObejct
- /// </summary>
- public string url;
-
- #endregion
- }
- }