Updates the page image and attributes for a specified page.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public void UpdatePage( string pageId, Image pageImage, FaxPageAttributes faxPageAttributes ) |
Visual Basic |
---|
Public Sub UpdatePage ( _ pageId As String, _ pageImage As Image, _ faxPageAttributes As FaxPageAttributes _ ) |
Parameters
- pageId
- Type: System..::..String
The ID of the Fax page that is being removed.
- pageImage
- Type: System.Drawing..::..Image
The new image for the page.
- faxPageAttributes
- Type: ININ.IceLib.UnifiedMessaging..::..FaxPageAttributes
The new attributes for the page.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ArgumentException | The specified page does not exist. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.