Свойство | Тип | Описание | |
---|---|---|---|
CreateComponentMeta | IComponentMeta | ||
FindComponentUrisBySchemas | string[] |
Метод | Описание | |
---|---|---|
FindComponentMetas ( string schemaUris ) : IComponentMeta>.IDictionary |
||
FindComponentMetas ( string schemaUris, System.DateTime sinceLastPublished ) : IComponentMeta>.IDictionary |
||
FindComponents ( string schemaUri ) : IList |
||
FindComponents ( string schemaUris, System.DateTime sinceLastPublished ) : IList |
||
FindComponents ( |
||
GetComponent ( string componentUri ) : IComponent | ||
GetComponentMeta ( string componentUri ) : IComponentMeta |
Gets the meta information for a given component
|
|
GetComponentMetas ( string componentUris ) : List |
||
GetComponents ( string componentUris ) : List |
Returns the Component contents which could be found. Components that couldn't be found don't appear in the list.
|
|
GetLastPublishedComponent ( string schemaUri ) : IComponent | ||
LastPublished ( string schemaUris ) : System.DateTime | ||
TryGetComponent ( string componentUri, IComponent &component ) : bool |
Метод | Описание | |
---|---|---|
CreateComponentMeta ( ContentDelivery v ) : IComponentMeta | ||
FindComponentUrisBySchemas ( string schemaUris, int limit, System.DateTime sinceLastPublished ) : string[] |
public FindComponentMetas ( string schemaUris ) : IComponentMeta>.IDictionary |
||
schemaUris | string | |
Результат | IComponentMeta>.IDictionary |
public FindComponentMetas ( string schemaUris, System.DateTime sinceLastPublished ) : IComponentMeta>.IDictionary |
||
schemaUris | string | |
sinceLastPublished | System.DateTime | |
Результат | IComponentMeta>.IDictionary |
public FindComponents ( string schemaUri ) : IList |
||
schemaUri | string | |
Результат | IList |
public FindComponents ( string schemaUris, System.DateTime sinceLastPublished ) : IList |
||
schemaUris | string | |
sinceLastPublished | System.DateTime | |
Результат | IList |
public FindComponents ( |
||
queryParameters | ||
Результат | IList |
public GetComponent ( string componentUri ) : IComponent | ||
componentUri | string | |
Результат | IComponent |
public GetComponentMeta ( string componentUri ) : IComponentMeta | ||
componentUri | string | |
Результат | IComponentMeta |
public GetComponentMetas ( string componentUris ) : List |
||
componentUris | string | |
Результат | List |
public GetComponents ( string componentUris ) : List |
||
componentUris | string | |
Результат | List |
public GetLastPublishedComponent ( string schemaUri ) : IComponent | ||
schemaUri | string | |
Результат | IComponent |
public LastPublished ( string schemaUris ) : System.DateTime | ||
schemaUris | string | |
Результат | System.DateTime |
public TryGetComponent ( string componentUri, IComponent &component ) : bool | ||
componentUri | string | |
component | IComponent | |
Результат | bool |