Author: api.jfisher
Date: Thu Dec 6 10:32:03 2007
New Revision: 352
Modified:
trunk/clients/cs/src/core/basenametable.cs
Log:
A very small update to the name table.
Modified: trunk/clients/cs/src/core/basenametable.cs
==============================================================================
--- trunk/clients/cs/src/core/basenametable.cs (original)
+++ trunk/clients/cs/src/core/basenametable.cs Thu Dec 6 10:32:03 2007
@@ -96,6 +96,8 @@
public const string ServiceBatch = gNamespacePrefix + "batch";
/// <summary>GData Kind Scheme</summary>
public const string gKind = gNamespacePrefix + "kind";
+ /// <summary>label scheme</summary>
+ public const string gLabels = gNamespace + "/labels";
/// <summary>the edit definition in the link collection</summary>
public const string ServiceEdit = "edit";
/// <summary>the next chunk URI in the link collection</summary>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---