VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebImageFilesRequestParams Class / fileIds Property
Syntax Requirements SeeAlso
In This Topic
    fileIds Property (WebImageFilesRequestParams)
    In This Topic
    Gets or sets an array of image file identifiers (file identifier in data storage).
    Syntax
    'Declaration
    
    Public Property fileIds As WebImageFileInfo[]
    
    
    public WebImageFileInfo[] fileIds { get; set; }
    
    
    public: __property WebImageFileInfo*[] get_fileIds();
    public: __property void set_fileIds(
    WebImageFileInfo*[]* value
    );
    public:
    property WebImageFileInfo^[] fileIds { WebImageFileInfo^[] get(); void set(array<WebImageFileInfo^>^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also