namespace MediaBrowser.Controller.Entities { public interface ISupportsPlaceHolders { /// /// Gets a value indicating whether this instance is place holder. /// /// true if this instance is place holder; otherwise, false. bool IsPlaceHolder { get; } } }