VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebServicesGlobalSettings Class / DefaultCachedSerializedDocumentsDirectoryName Property
Syntax Requirements SeeAlso
In This Topic
    DefaultCachedSerializedDocumentsDirectoryName Property (WebServicesGlobalSettings)
    In This Topic
    Gets or sets the default name for cached serialized documents directory.
    Syntax
    'Declaration
    
    Public Shared Property DefaultCachedSerializedDocumentsDirectoryName As String
    
    
    public static string DefaultCachedSerializedDocumentsDirectoryName { get; set; }
    
    
    public: __property static string* get_DefaultCachedSerializedDocumentsDirectoryName();
    public: __property static void set_DefaultCachedSerializedDocumentsDirectoryName(
    string* value
    );
    public:
    static property string^ DefaultCachedSerializedDocumentsDirectoryName { string^ get(); void set(string^ value); }

    Property Value

    null - the name for cached serialized documents directory will be determined by VintaSoft web service ("SerializedDocuments" by default);
    not null - the name for cached serialized documents directory for VintaSoft web service.
    Default value is null.
    Requirements

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

    See Also