Click or drag to resize
FileSystemRepositoryNamingProvider Class
Provides methods for registering custom functions to be used when object identifier or parent identifier is needed. Such identifier is used when deriving file or folder names for file system repository.
Inheritance Hierarchy
SystemObject
  CMS.ContinuousIntegration.InternalFileSystemRepositoryNamingProvider

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public sealed class FileSystemRepositoryNamingProvider

The FileSystemRepositoryNamingProvider type exposes the following members.

Methods
  NameDescription
Public methodGetDefaultObjectIdentifier
Default system method providing object identifier when no specific function is registered.
Public methodStatic memberGetObjectIdentifier
Gets object identifier based on type info, translation reference and/or default object identifier.
Public methodStatic memberRegisterGetObjectIdentifier
Registers a function to be called when an object identifier for object of type objectType is needed. Based on returned object identifier a file or folder name is derived.
Top
See Also