Click or drag to resize
AttachmentVariantContextScopePath Method
Defines the path limitation of the allowed scope to match.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public AttachmentVariantContextScope Path(
	string path,
	PathTypeEnum type = PathTypeEnum.Section
)

Parameters

path
Type: SystemString
Node alias path.
type (Optional)
Type: CMS.DocumentEnginePathTypeEnum
Path type to define selection scope. Default value is Section.

Return Value

Type: AttachmentVariantContextScope
See Also