Skip to content

Commit e71157d

Browse files
author
Ron Petrusha
authored
Fixed broken technet2 links (#2428)
* Update EnumeratedPrintQueueTypes.xml * Update InputBin.xml
1 parent 974746c commit e71157d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

xml/System.Printing/EnumeratedPrintQueueTypes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Remarks
2727
Use these values with the <xref:System.Printing.PrintServer.GetPrintQueues%2A> method to list subsets of available print queues.
2828
29-
PushedMachineConnection and PushedUserConnection refer to policies that enable automated connection of machines and users to printers. See the section "Deploying Printers to Users or Computers by Using Group Policy" in the [Step-by-Step Guide for Print Management](http://technet2.microsoft.com/WindowsServer/en/Library/312b10cb-73ec-40c7-a4df-63dd7248d93d1033.mspx).
29+
`PushedMachineConnection` and `PushedUserConnection` refer to policies that enable automated connection of machines and users to printers. See the section ["Deploying Printers to Users or Computers by Using Group Policy"](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc753109(v%3dws.10)#to-deploy-printers-to-users-or-computers-by-using-group-policy) in the [Step-by-Step Guide for Print Management](https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc753109(v%3dws.10)).
3030
3131
3232
@@ -40,7 +40,7 @@
4040
]]></format>
4141
</remarks>
4242
<altmember cref="M:System.Printing.PrintServer.GetPrintQueues(System.Printing.EnumeratedPrintQueueTypes[])" />
43-
<related type="ExternalDocumentation" href="http://technet2.microsoft.com/WindowsServer/en/Library/312b10cb-73ec-40c7-a4df-63dd7248d93d1033.mspx">Step-by-Step Guide for Print Management</related>
43+
<related type="ExternalDocumentation" href="https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc753109(v%3dws.10)">Step-by-Step Guide for Print Management</related>
4444
</Docs>
4545
<Members>
4646
<Member MemberName="Connections">
@@ -359,4 +359,4 @@
359359
</Docs>
360360
</Member>
361361
</Members>
362-
</Type>
362+
</Type>

xml/System.Printing/InputBin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
You should never set a <xref:System.Printing.PrintTicket> property to Unknown. If some other <xref:System.Printing.PrintTicket> producing application has created a PrintTicket document that sets the input bin feature to an unrecognized option, (that is, an option that is not defined in the [Print Schema](https://go.microsoft.com/fwlink/?LinkId=186397), then a <xref:System.Printing.PrintTicket> object in your application that is constructed with that document will have Unknown as the value of the <xref:System.Printing.PrintTicket.InputBin%2A> property.
3131
32-
Although the <xref:System.Printing.PrintTicket> and <xref:System.Printing.PrintCapabilities> classes cannot be inherited, you can extend the [Print Schema](https://go.microsoft.com/fwlink/?LinkId=186397) to recognize print device features that are not accounted for in the <xref:System.Printing.PrintTicket.InputBin%2A> or <xref:System.Printing.PrintCapabilities> classes. For more information, see [NOTINBUILD: How to: Extend the Print Schema and Create New Print System Classes](https://msdn.microsoft.com/library/a3600218-1ea5-478a-9853-6560464f2885).
32+
Although the <xref:System.Printing.PrintTicket> and <xref:System.Printing.PrintCapabilities> classes cannot be inherited, you can extend the [Print Schema](https://go.microsoft.com/fwlink/?LinkId=186397) to recognize print device features that are not accounted for in the <xref:System.Printing.PrintTicket.InputBin%2A> or <xref:System.Printing.PrintCapabilities> classes. For more information, see [How to: Extend the Print Schema and Create New Print System Classes](https://docs.microsoft.com/en-us/previous-versions/aa970573(v=vs.100)).
3333
3434
3535
@@ -173,4 +173,4 @@
173173
</Docs>
174174
</Member>
175175
</Members>
176-
</Type>
176+
</Type>

0 commit comments

Comments
 (0)