SenseNet.ContentRepository.FeedContent.GetXml C# (CSharp) Méthode

GetXml() public méthode

public GetXml ( ) : Stream
Résultat Stream
        public Stream GetXml()
        {
            return GetXml(false);
        }
        [Obsolete("ActionLinkResolvers are deprecated, overloads containing it may be removed in the future.")]

Same methods

FeedContent::GetXml ( bool withChildren, SerializationOptions options = null ) : Stream
FeedContent::GetXml ( bool withChildren, string queryFilter, QuerySettings querySettings, SerializationOptions options ) : Stream
FeedContent::GetXml ( object ActionLinkResolver ) : Stream
FeedContent::GetXml ( object ActionLinkResolver, bool withChildren ) : Stream
FeedContent::GetXml ( object ActionLinkResolver, string referenceMemberName ) : Stream
FeedContent::GetXml ( string queryFilter, QuerySettings querySettings, SerializationOptions options = null ) : Stream
FeedContent::GetXml ( string referenceMemberName, SerializationOptions options = null ) : Stream