Class GetCloneWebPageFormCommandArguments
Arguments for the command to get clone web page form.
public sealed class GetCloneWebPageFormCommandArguments
- Inheritance
-
objectGetCloneWebPageFormCommandArguments
- Extension Methods
Properties
LanguageName
Language codename.
public string LanguageName { get; set; }
Property Value
- string
ParentWebPageItemId
Parent web page item identifier.
public int ParentWebPageItemId { get; set; }
Property Value
- int
SourceWebPageDisplayName
Display name of the web page which is cloned.
public string SourceWebPageDisplayName { get; set; }
Property Value
- string
SourceWebPageItemId
Identifier of the web page which is cloned.
public int SourceWebPageItemId { get; set; }
Property Value
- int