Click or drag to resize
ItemUrlsGetLanguageId Method
Returns the language of a URL.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<int> GetLanguageId(
	Guid aliasId,
	string path
)

Parameters

aliasId
Type: SystemGuid
The unique identifier of the domain alias the URL exists on.
path
Type: SystemString
The path of the URL.

Return Value

Type: NullableInt32
See Also