GetWatermarkByItemIdAndFileId Method
Gets the watermark for an item and file.
Required Permissions
ItemReadSyntax
public Wmark GetWatermarkByItemIdAndFileId(
System.long itemId,
System.long fileId
)Public Function GetWatermarkByItemIdAndFileId( _
ByVal itemId As System.Long, _
ByVal fileId As System.Long _
) As WmarkParameters
| Name | Description |
|---|---|
| itemId | The item ID. |
| fileId | The file ID. |
Return Value
The watermark.