PageCommandsServicesGetContentItemAllowed Method
|
[Missing <summary> documentation for "M:IngeniuxCMService.PageCommandsServices.GetContentItemAllowed(System.String)"]
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<bool> GetContentItemAllowed(
string id
)
Public Function GetContentItemAllowed (
id As String
) As XHRServiceResponseGeneric(Of Boolean)
public:
virtual XHRServiceResponseGeneric<bool>^ GetContentItemAllowed(
String^ id
) sealed
abstract GetContentItemAllowed :
id : string -> XHRServiceResponseGeneric<bool>
override GetContentItemAllowed :
id : string -> XHRServiceResponseGeneric<bool>
Parameters
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:IngeniuxCMService.PageCommandsServices.GetContentItemAllowed(System.String)"]
Return Value
Type:
XHRServiceResponseGenericBoolean[Missing <returns> documentation for "M:IngeniuxCMService.PageCommandsServices.GetContentItemAllowed(System.String)"]
See Also