Property | Type | Description | |
---|---|---|---|
CheckReleaseStatusSettingSuccess | void | ||
DeleteImpl | void | ||
GetContentElements | List |
||
GetLinks | List |
||
GetLinksFrom | List |
||
GetNames | IEnumerable |
||
GetReferencingLinks | List |
||
InitProperties | void | ||
IsReleasedIntoWorkflow | bool | ||
LoadXml | void | ||
Page | System | ||
Page | System | ||
ReleaseStatusFromFlags | PageReleaseStatus | ||
ResetReleaseStatusTo | void | ||
SaveReleaseStatus | void | ||
ToElementList | List |
||
TryCreateElement | IPageElement | ||
WaitForDeletionFromRecycleBin | void | ||
WaitUntilPageIsInRecycleBin | void |
Method | Description | |
---|---|---|
Commit ( ) : void | ||
CopyAndConnectAsync ( ILinkElement connectionTarget, PageCopyAndConnectFlags flags = PageCopyAndConnectFlags.None ) : void | ||
CreateCopyAndConnectJob ( ILinkElement connectionTarget, PageCopyAndConnectFlags flags = PageCopyAndConnectFlags.None ) : IPageCopyAndConnectJob | ||
CreatePublishJob ( ) : IPagePublishJob | ||
Delete ( ) : void | ||
DeleteFromRecycleBin ( ) : void | ||
DeleteIfNotReferenced ( ) : void | ||
DeleteIrrevocably ( int maxWaitForDeletionInMs ) : void | ||
DisconnectFromParent ( ) : void | ||
Equals ( object other ) : bool | ||
GetHashCode ( ) : int | ||
GetPreviewHtml ( PreviewHtmlType previewType = PreviewHtmlType.Raw ) : string | ||
Refresh ( ) : void | ||
Refreshed ( ) : IPage | ||
Reject ( ) : void | ||
Release ( ) : void | ||
ReplaceContentClass ( IContentClass replacement, string>.IDictionary |
||
ResetToDraft ( ) : void | ||
Restore ( ) : void | ||
SkipWorkflow ( ) : void | ||
SubmitToWorkflow ( ) : void | ||
ToString ( ) : string | ||
Undo ( ) : void | ||
this ( string elementName ) : IPageElement |
Method | Description | |
---|---|---|
LoadWholeObject ( ) : void | ||
RetrieveWholeObject ( ) : |
Method | Description | |
---|---|---|
CheckReleaseStatusSettingSuccess ( PageReleaseStatus value, |
||
DeleteImpl ( bool forceDeletion ) : void | ||
GetContentElements ( ) : List |
||
GetLinks ( ) : List |
||
GetLinksFrom ( ) : List |
||
GetNames ( |
||
GetReferencingLinks ( ) : List |
||
InitProperties ( ) : void | ||
IsReleasedIntoWorkflow ( PageReleaseStatus value, PageReleaseStatus flag ) : bool | ||
LoadXml ( ) : void | ||
Page ( IProject project, System.Guid guid, ILanguageVariant languageVariant ) : System | ||
Page ( IProject project, |
||
ReleaseStatusFromFlags ( ) : PageReleaseStatus | ||
ResetReleaseStatusTo ( PageReleaseStatus value ) : void | ||
SaveReleaseStatus ( PageReleaseStatus value ) : void | ||
ToElementList ( |
||
TryCreateElement ( |
||
WaitForDeletionFromRecycleBin ( System.TimeSpan maxWaitForDeletionFromRecycleBin ) : void | ||
WaitUntilPageIsInRecycleBin ( System.TimeSpan maxWaitForDeletionInMs ) : void |
public CopyAndConnectAsync ( ILinkElement connectionTarget, PageCopyAndConnectFlags flags = PageCopyAndConnectFlags.None ) : void | ||
connectionTarget | ILinkElement | |
flags | PageCopyAndConnectFlags | |
return | void |
public CreateCopyAndConnectJob ( ILinkElement connectionTarget, PageCopyAndConnectFlags flags = PageCopyAndConnectFlags.None ) : IPageCopyAndConnectJob | ||
connectionTarget | ILinkElement | |
flags | PageCopyAndConnectFlags | |
return | IPageCopyAndConnectJob |
public CreatePublishJob ( ) : IPagePublishJob | ||
return | IPagePublishJob |
public DeleteIrrevocably ( int maxWaitForDeletionInMs ) : void | ||
maxWaitForDeletionInMs | int | |
return | void |
public GetPreviewHtml ( PreviewHtmlType previewType = PreviewHtmlType.Raw ) : string | ||
previewType | PreviewHtmlType | |
return | string |
public ReplaceContentClass ( IContentClass replacement, string>.IDictionary |
||
replacement | IContentClass | |
oldToNewMapping | string>.IDictionary | |
replace | Replace | |
return | void |
protected RetrieveWholeObject ( ) : |
||
return |
public this ( string elementName ) : IPageElement | ||
elementName | string | |
return | IPageElement |