<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5001.1.0" />

FileRepositoryServerRequest

Represents a request for creating or updating a file repository server.

Gets or sets information about file access credentials object.

public bool IsVisible { get; set; }

Gets or sets a boolean value representing whether this file repository server should be available for selection while creating a workspace.

public string Keywords { get; set; }

Gets or sets any keywords associated with the resource server.

public string Name { get; set; }

Gets or sets the name of the file repository server.

public string Notes { get; set; }

Gets or sets an optional description or other information about the resource server.

public string UncPath { get; set; }

Gets or sets UNC path of the file repository server.

Initializes an instance of a file repository server with all properties set to their default values

Initializes an instance of a file repository server with a response object, which is useful for chaining commands.

Allows a response object to be implicitly converted to a request object.