Skip to main content

What is the purpose of the name parameter in the FileDescription

Comments

1 comment

  • Shirly Manor

    Hi Graham,

    The TestString is the path to the file. Here is an example:

     

     

    var uploadParams = new ImageUploadParams()

    {

      PublicId = publicId, //Name of the file
      File = new FileDescription(m_testImagePath)// URL to the image

    };

     

    0

Post is closed for comments.