c4d.modules.net.Repository

class c4d.modules.net.Repository

New in version R16.021.

Warning

This type cannot be instantiated.

Overview

Repository.GetRepositoryPath

Gets the repository path.

Repository.GetJobsPath

Gets the jobs path.

Repository.SetRepositoryPath

Sets the repository path.

Repository.ConvertRelative2Absolute

New in version R16.021.

Repository.ConvertAbsolute2RelativePath

New in version R16.021.

Members

Repository.GetRepositoryPath(self)

Gets the repository path.

New in version R16.021.

Return type

str

Returns

The default repository path.

Repository.GetJobsPath(self, server)

Gets the jobs path.

New in version R16.021.

Parameters

server (bool) – Pass True to ask for the jobs path on the server.

Return type

str

Returns

The jobs path.

Repository.SetRepositoryPath(self, repositoryPath)

Sets the repository path.

New in version R16.021.

Parameters

repositoryPath (str) – The repository path to set.

Repository.ConvertRelative2Absolute(self)

New in version R16.021.

Repository.ConvertAbsolute2RelativePath(self)

New in version R16.021.