internal FileSystemKnownFolder(ShellItem parent, IntPtr pidl) : base(parent, pidl) { }
/// <summary> /// Initializes a new instance of the <see cref="FileSystemKnownFolder"/> class. /// </summary> /// <remarks> /// Creates a FileSystemKnownFolder which is a named child of <paramref name="parent"/>. /// </remarks> /// <param name="parent"> /// The parent folder of the item. /// </param> /// <param name="name"> /// The name of the child item. /// </param> public FileSystemKnownFolder(ShellItem parent, string name) : base(parent, name) { }