FileRepositoryServerRequest
public class FileRepositoryServerRequest : IHaveName, IHaveIsVisible, IHaveUncPath, IHaveFileAccessCredentials, IHaveKeywordsAndNotes
Represents a request for creating or updating a file repository server.
Gets or sets the information about file access credentials object.
Gets or sets a value indicating whether this file repository server should be available for selection while creating a workspace.
Gets or sets any keywords associated with the resource server.
Gets or sets the name of the file repository server.
Gets or sets an optional description or other information about the resource server.
Gets or sets the UNC path of the file repository server.
public FileRepositoryServerRequest()
Initializes a new instance of the FileRepositoryServerRequest class with all properties set to their default values.
Initializes a new instance of the FileRepositoryServerRequest class with property values copied from a response object, which is useful for chaining commands.
Allows a response object to be implicitly converted to a request object.