CacheLocationServerRequest
public class CacheLocationServerRequest : IHaveName, IHaveIsVisible, IHaveUncPath, IHaveFileAccessCredentials, IHaveKeywordsAndNotes
Represents a request for creating or updating a cache location server.
Gets or sets information about file access credentials object.
Gets or sets a boolean value representing whether this cache location 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 cache location server.
Gets or sets an optional description or other information about the resource server.
Gets or sets UNC path of the cache location server.
public CacheLocationServerRequest()
Initializes an instance of a cache location server with all properties set to their default values
Initializes an instance of a cache location server with a response object, which is useful for chaining commands.
Allows a response object to be implicitly converted to a request object.