Decodes the encoded document identifier provided in the parameter.
ASP.NET Ajax Javascript (Specification) | |
---|
function decodeDocumentIdentifier(
: string
) : String; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfImGearDocument.decodeDocumentIdentifier(string); |
Parameters
- encodedDocumentIdentifier
- The encoded document identifier to be decoded.
Return Value
A DocumentIdentifier string after decoding the input encodeddocumentIdentifier.
Reference
ImageGear.Web.UI Namespace Client API~ImageGear.Web.UI.ImGearDocument
ImGearDocument Members