Click or drag to resize
FileSystemRepositoryNamingProviderGetObjectIdentifier Method
Gets object identifier based on type info, translation reference and/or default object identifier.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public static string GetObjectIdentifier(
	ExtendedTranslationReference translationReference,
	string defaultIdentifier
)

Parameters

translationReference
Type: CMS.ContinuousIntegration.InternalExtendedTranslationReference
Translation reference of object for which the object identifier is requested.
defaultIdentifier
Type: SystemString
Default object identifier generated by the system.

Return Value

Type: String
Returns object identifier to be used when deriving file or folder name.
See Also